Re: Sugestions wanted for XML parser

jimbo@radiks.net (Jim Lawless)
13 May 2002 01:06:52 -0400

          From comp.compilers

Related articles
Sugestions wanted for XML parser kaizer@mail.pt (kz) (2002-05-12)
Re: Sugestions wanted for XML parser joachim_d@gmx.de (Joachim Durchholz) (2002-05-13)
Re: Sugestions wanted for XML parser jimbo@radiks.net (2002-05-13)
| List of all articles for this month |

From: jimbo@radiks.net (Jim Lawless)
Newsgroups: comp.compilers
Date: 13 May 2002 01:06:52 -0400
Organization: EarthLink Inc. -- http://www.EarthLink.net
References: 02-05-065
Keywords: XML
Posted-Date: 13 May 2002 01:06:51 EDT

On 12 May 2002 00:11:36 -0400, kz <kaizer@mail.pt> wrote:


> I'm a beginner in all this parsing subject, and I'm interested in
> writing a simple XML parser.


This approach doesn't seem to handle attributes:


<sometag someAttr="xyz">


Nor does it seem to handle entities ( which begin with "&" ) ...


You might look at Jim Clark's Expat XML parser:
http://www.jclark.com/xml/expat.html


Jim Lawless * jimbo@radiks.net * http://www.radiks.net/~jimbo
http://www.mailsend-online.com * Command-line e-mail tools,
tiny scheduler, DUN hangup, batch script language


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.