[Home] [By Thread] [By Date] [Recent Entries]
> "Anthony B. Coates" writes: > > > A thought that struck me (and probably struck many of you before me) is > that > > the event stream from a SAX parser is much like the token stream from a > lexical > > analyser, like 'lex'. This made me wonder what the equivalent to 'yacc' > would > > be in this picture; > [Ron Daniel] A tool that took a DTD and generated a SAX DocumentHandler for parsing instances that are to conform to the DTD. (This much is not too hard to do for basic element and attribute declarations.) The next step would be to add the equivalent of yacc actions (e.g. $$ = $1 + $2 if my memory of yacc serves) to the DTD so that in addition to validating the instance you can store it into a desired structure, perform arbitrary calculations, etc. Regards, Ron xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1 To unsubscribe, mailto:majordomo@i... the following message; unsubscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|

Cart



