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/replace-subtree.xml (210B) - raw

      1 <html xmlns="http://www.w3.org/1999/xhtml"
      2       xmlns:rdf="http://code.miskinhill.com.au/rdftemplate/">
      3 <body>
      4 
      5 <div rdf:content="dc:title">
      6     <p>This should all go <em>away</em>!</p>
      7 </div>
      8 
      9 </body>
     10 </html>