DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16295>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16295 DOMPrint Entity References Summary: DOMPrint Entity References Product: Xerces-C++ Version: 1.4 Platform: Sun OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am having trouble preserving Entity References with the DOMPrint, it only seems to preserve the < and &, not the '," and > symbols. I ran it using a simple XML file, without setting any flags, using the command >DOMPrint test.xml using the input file with the following contents: <?xml version="1.0" encoding="UTF-8" standalone="yes"> <Test><>&'"</Test> and the output being: <?xml version="1.0" encoding="UTF-8" standalone="yes"> <Test><>&'"</Test> is there something wrong I am doing, is there a flag I should be setting? Gary --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
