Sounds quite like this one:
https://bugzilla.mozilla.org/show_bug.cgi?id=336551
But I don't have the problem with Rhino 1.6R7. Only with Rhino 1.7R1.
Is there a way to prevent XmlProcessor.toXml() from mangling my XML
string like this?
final Node toXml(String defaultNamespaceUri, String xml) throws
org.xml.sax.SAXException {
// See ECMA357 10.3.1
DocumentBuilder builder = null;
try {
String syntheticXml = "<parent xmlns=\"" + defaultNamespaceUri +
"\">" + xml + "</parent>";
...
Thanks a lot,
Florian.
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino