Mimil Mimil wrote: > > I am getting issues (for my needs) while including non xml files using > XInclude feature. It replaces the XInclude statement with the file > content and I don't really understand this choice. > Is there any possibility to configure this behaviour or the have a > *patch* for it?
We need to ``rewrite XXE''[*] in order to be able to support XInclude parse="text" (among many other features related to inclusions). We are currently in the process of doing that. Therefore, XXE v4 will support XInclude parse="text". For now, if you author DocBook documents, I would suggest to use the "textdata" element. See http://www.docbook.org/tdg/en/html/textdata.html --- [*] That is, we need to change the internal DOM of XXE.

