Open hcw70 opened 4 years ago
http://www.w3.org/2001/XInclude
is not supported by PyXB. You would have to preprocess the document to incorporate the included material.
But isnt it using lxml? Then why not simply do like
https://lxml.de/1.3/api.html#xinclude-and-elementinclude ?
Or via ElementTree
http://effbot.org/zone/element-xinclude.htm
?
Because #100.
Dear authors of pyxb.
I need to process a XML document which is assembled from others by means of XInclude. LibXML and python seems to handle that, but via PyXB it does not seem to work:
gives:
Any hints on this?