techwriter.dk wrote: > Well, my question is purely regarding XXE: why does XXE want to expand my > xinclude when it uses parse="text" ?
XXE only supports modular documents which are aggregations of well-formed XML elements. The reason is that: xinclude with parse="text", just like text entities, cannot be represented using the current Document Object Model (DOM) of XXE. > And is there a way to avoid this? No.

