XML has an example where they illustrate the use of the XInclude functionality, which is exactly what I need.
It appears as if xml2 cannot handle this (yet).
But I don't want to move back to XML again - having made the transition to xml2 some time back.
The example from the XML package I'm referring to:
I can see there is a option XINCLUDE in xml2::read_xml, but I could not manage to make this work in the example above.
It is advertised as "implement XInclude substitition", but I'm not sure what exactly this refers to.
Does xml2 have the XInclude functionality ?
XML has an example where they illustrate the use of the XInclude functionality, which is exactly what I need.
It appears as if xml2 cannot handle this (yet). But I don't want to move back to XML again - having made the transition to xml2 some time back.
The example from the XML package I'm referring to:
I can see there is a option XINCLUDE in xml2::read_xml, but I could not manage to make this work in the example above. It is advertised as "implement XInclude substitition", but I'm not sure what exactly this refers to.