this might be very easy but i couldn't get it to work.

i'm using the default SAX parser:

                parserFactory_ = SAXParserFactory.newInstance();
                parser_        = parserFactory_.newSAXParser(); 

but i can't get the " <!-- " type comments out of the parsed file using an
implementation of ContentHandler. which method gets called in case of a
comment like the above?

thanks,

-gabor


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to