ropensci / xslt

Extension of xml2 package for xsl transformations
https://docs.ropensci.org/xslt
27 stars 1 forks source link

no support for xsl:comment? #5

Open cboettig opened 6 years ago

cboettig commented 6 years ago

e.g. try applying the standard RDFa to RDF stylesheet to schema.org's definitions (in rdfa)

rdf <- xslt::xml_xslt(read_xml("https://raw.githubusercontent.com/schemaorg/schemaorg/master/data/schema.rdfa"), 
                      read_xml("https://github.com/apache/any23/raw/master/core/src/main/resources/org/apache/any23/extractor/rdfa/rdfa.xslt"))