You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
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:
File "/home/hcw/work/Deuta/xxx/venv/lib/python3.7/site-packages/pyxb/binding/basis.py", line 2567, in append
raise pyxb.UnrecognizedContentError(self, self.__automatonConfiguration, value, location)
pyxb.exceptions_.UnrecognizedContentError: Invalid content include at <unknown>[7:4] (expect {http://xxx.de/config/xxx}doc or {http://xxx.de/config/xxx}altName or {http://xxx.de/config/xxx}module)
Any hints on this?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: