How to build XML parser(Tree)

Login to reply to this topic.
Mon, 2007-07-02 15:49
Joined: 2007-06-16
Forum posts: 52

Hi

Anybody help me how to build an XML tree (logic..)


ready to face


Mon, 2007-07-02 16:10
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2006
Re: How to build XML parser(Tree)

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

Fri, 2007-07-06 14:07
Joined: 2007-06-16
Forum posts: 52
Re: How to build XML parser(Tree)

ok...

Thank you....

......Vijay


ready to face

Sun, 2007-07-08 06:17
Joined: 2007-06-21
Forum posts: 82
Re: How to build XML parser(Tree)
Mon, 2007-07-30 08:48
Joined: 2007-06-21
Forum posts: 82
Re: How to build XML parser(Tree)
Mon, 2007-08-20 08:09
Joined: 2007-06-16
Forum posts: 52
Hi thanks for ur

Hi
thanks for ur help..


ready to face

  • Login to reply to this topic.