Hi, I am trying to write a xml, with the following command:
UtilXml.addChildElementValue(entryElem, "g:title", "java how to program", feedDocument); I expected the xml output to be as follows: <g:title>java how to program</g:title> However, the actual output is as below: <title>java how to program</title>, ie. the "g:" has been removed automatically. I am not sure why this is happening and how can we avoid it. If anyone can share some thoughts i did appreciate it. Thanks Rohit -- View this message in context: http://www.nabble.com/Usage-of-Util-Xml-and-colon-in-xml-namespace.-tp24216858p24216858.html Sent from the OFBiz - User mailing list archive at Nabble.com.
