Example: Generate items with several strings concatenated
This template generates a list of animals and displays two values in a single label.
<vbox datasources="animals.rdf" ref="http://www.some-fictitious-zoo.com/mammals"> <template> <label uri="rdf:*" value="rdf:http://www.some-fictitious-zoo.com/rdf#name rdf:http://www.some-fictitious-zoo.com/rdf#specimens"/> </template> </vbox>