Try to take a look at what a SAX parser is. This will give you the logic for basic parsing of a XML file. Then check the difference between a SAX and a DOM parser and you will get two different approach of dealing with XML data.
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 2006
Try to take a look at what a SAX parser is. This will give you the logic for basic parsing of a XML file. Then check the difference between a SAX and a DOM parser and you will get two different approach of dealing with XML data.
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 52
ok...
Thank you....
......Vijay
ready to face
Forum posts: 82
See this:
http://mobile.antonypranata.com/2007/04/13/example-code-of-using-xml-parser-in-symbian-os/
Br
G;p
Forum posts: 82
Look here:
http://newlc.com/forum/how-build-xml-parser-tree
BR
G;p
www.mobisy.com
Forum posts: 52
Hi
thanks for ur help..
ready to face