Support for xinclude?
I know that IntelliJ uses Xerces 2.6.2 for parsing XML docs which should support xinclude, but for some reason I can't get it to work. Has anyone gotten this to work?
(Sorry if I'm posting in the wrong forum.)
Thanks,
Phil
Please sign in to leave a comment.
AFAIK IDEA uses Xerces only for doing full schema validation and XML parsing is done by its own parser. However, the next version will have some kind of XInclude support according to http://www.jetbrains.net/jira/browse/IDEADEV-7418
Sascha