rdftemplate

Library for generating XML documents from RDF data using templates
git clone https://code.djc.id.au/git/rdftemplate/

src/test/resources/au/id/djc/rdftemplate/for.xml (242B) - raw

      1 <html xmlns="http://www.w3.org/1999/xhtml"
      2       xmlns:rdf="http://code.miskinhill.com.au/rdftemplate/">
      3 <body>
      4 
      5 <span rdf:for="!mhs:isIssueOf">${#uri}</span>
      6 
      7 <rdf:for each="!mhs:isIssueOf"><p rdf:content="#uri" /></rdf:for>
      8 
      9 </body>
     10 </html>