"Diethelm Guallar, Gonzalo" wrote:
 
> I have been looking into using xerces to parse an XML file
> with the description of a menu and generate JavaScript code
> that implements that menu. Anyway, there seem to be several
> parsers in xerces (1.1.3):
> 
>   DOMParser
>   RevalidatingDOMParser
>   SAXParser

I'm using DOMParser to load my XML file into the memory,
and then traverse the tree as neccessary. It's probably
not the most effective solution it terms of processing time
and memory usage, but is quite easy to use.

Rafal

--
Rafal Krzewski
Senior Internet Developer
mailto:[EMAIL PROTECTED]
+48 22 8534830 http://e-point.pl


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to