Hi,
I am trying to use XInclude to include some text in the XML source used in a transformation. If I wrap the text in an element and don't use parse="text" all is good.
When I use something like:
<!-- also used US-ASCII and ISO-8859-1 for @encoding --> <xi:xinclude encoding="UTF-8" href="something.txt" parse="text"> <xi:fallback/> </xi:xinclude>
I get a character entity representing line endings (& # x D ;).
Is there some way to avoid this? (I have searched and have not found any references to this problem)
thanks, -Rob
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
