Composit elements in XML document
| Thu, 2007-10-25 12:49 | |
|
Hi, I was fedling around with the XML example in http://wiki.forum.nokia.com/index.php/How_to_parse_XML_file_using_CParser_class I it is working fine with the sample XML document like the following: <note>BUT, when i add some composit element like the following to the above XML the parser does not parse it: ... The parser reads the "map" and straight away triggers OnEndElement() without reading the other sub-elements (class, property and id) in the map element. thanks |
|






Forum posts: 123
Hi,
I amanged to sort this out. Here is the solution
http://discussion.forum.nokia.com/forum/showthread.php?p=355570#post355570
AF