You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Tobias Wahlström <to...@pricerunner.se> on 2000/08/14 12:55:49 UTC

RE: PureSAX example

I haven't looked at the example, but an easy way to do XSLT processing
directly from an custom SAX parser is to use the XSLT processor as document
handler for it. You just have to remeber to tell the XSLT processor where to
output the result, e.g by using setDocumentHandler(...).

> -----Original Message-----
> From: oliver.bruening@sk-koeln.de [mailto:oliver.bruening@sk-koeln.de]
> Sent: den 14 augusti 2000 13:46
> To: xalan-dev@xml.apache.org
> Subject: PureSAX example
> 
> i have written a parser (extends SAXParser), which parses 
> non-xml input.
> 
> what methods do i have to call in the parser to address to 
> xsltprocessor as
> described in the PureSAX example. the methods of the 
> content-handler don't work.
>  i guess it has to do with the LexicalHandler class.
> 
> any suggestions ?
> 
> oliver bruening