Hi, I was using UtilXml.java for Xml creation etc and seems like it has some serious issues.
1. The version of xalan-j libraries used (2.7.0) has bugs related to writing the names correctly when serializing XML documents to strings. 2. The makeEmptyDocument does not create NAMESPACE aware documents - by default it should be set to true Just FYI Upgrading to xalan-j 2.7.1 make currently used OutputFormat and XMLSerializer classes deprecated -- View this message in context: http://www.nabble.com/Xalan%2C-Xerces-versions-and-UtilXml-issue-tp18779679p18779679.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.
