pralaypati ta wrote:
Hi,
I'm using Xalan-C++ version 1.8. I want to create an exact copy of
source xml file in output xml file e.g. I want to write out all the
entity references, the internal DTD subset declaration etc. from input
xml to output xml file.
You can't do that in XSLT.
The article in http://www.xml.com/pub/a/2001/03/14/trxml10.html says
that "XSLT offers no way to tell the XML processor not to make entity
replacements. (Certain XSLT processors such as Xalan offer this option
as a non-standard feature)". So, how can I configure Xalan so that it
can tell XML processor not to make entity replacements?
You cannot. The article is incorrect.
Dave