Groups | Blog | Home
all groups > dotnet xml > august 2004 >

dotnet xml : Custom XML Parser (without using XmlDocument)


9icj4u613jeqrx8 NO[at]SPAM jetable.org
8/3/2004 4:04:33 PM
Hi,

I'm wondering on how to go about writing a simple XML parser, one that
doesn't use the XmlDocument class (DOM API) and relies only on
(in-built, so to say low-level) file system and string parsing
functions. Are there any examples or sample code that illustrates on how
to go about building a custom XML parser on these lines. The main issue
is that I'm not quite sure about how to render the XML file to an
in-memory data structure of some sort using a custom parsing approach.
Once I manage to build an in-memory hierarchical data structure from the
XML data file, I can manipulate it further.

bruce barker
8/3/2004 4:42:17 PM
look at the xmlreader class

-- bruce (sqlwork.com)


[quoted text, click to view]

AddThis Social Bookmark Button