Hi Pascal,
Thanks for the sample files. The error you reported is returned by Java’s default XML parser (the one from Xerces), so I guess we can’t resolve that easily unless the XPointer support is improved in a future version of Java. As you may have seen, the referenced document will be fully included if you remove the xpointer attribute, but that’s probably not what you need.
Out of interest, I checked if Saxon can handle XPointer attributes. As it relies on the default parser as well, it returns the same error message as BaseX.
I remember there have been previous posts on that issue; e.g here [1].
Sorry for that! Christian
[1] https://mailman.uni-konstanz.de/pipermail/basex-talk/2015-June/009021.html
On Wed, Feb 17, 2021 at 10:03 AM Christian Grün christian.gruen@gmail.com wrote:
When I add the file into BaseX I now have the following message when adding the main file into BaseX.
An include with href 'EP15.xml'failed, and no fallback element was found.
Feel free to send us/me the files in question, I can have a look at that.