/
Method "kXMLHelper::GetXML" produces broken XML
Method "kXMLHelper::GetXML" produces broken XML
Imported from: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/5cc84e81968688f2#
In-Portal uses kXMLHelper class to parse, process, change, assemble xml documents.
I've found 2 issues with how it is doing assembling part:
- all node/attribute names are UPPERCASED in result (this is problem for ATOM feeds, since they must be in lowercase)
- node attribute values are not escaped resulting broken XML document as a result
xmlhelper_reassembles_broken_xml.patch