Related articles |
---|
Architecture of XML parser gouders@et.bocholt.fh-ge.de (1998-04-03) |
Re: Architecture of XML parser gil@cosson.com (1998-04-09) |
From: | gil@cosson.com |
Newsgroups: | comp.compilers |
Date: | 9 Apr 1998 01:16:35 -0400 |
Organization: | Deja News - The Leader in Internet Discussion |
References: | 98-04-021 |
Keywords: | parse |
You might try taking a look at the specification for DOM - the
Document Object Model specification. The specification is located at
http://www.w3.org/TR/WD-DOM-19980318/
The section I am most interested in is the DOM java API specification.
The basic interface will provide a standard interface to the
scanner/parser that you build. This spec includes an XML interface.
Microsoft has published a reference implementation of an XML parser with
java source....
Have a great Day,
Gil Cosson
> I am currently thinking about the architecture of a XML parser.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.