You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Stefan Geelen <st...@xentri.com> on 2002/12/01 15:50:23 UTC

Catch content

Hi,

currently I have a Java class that extends the DefaulHandler:

class PDXTransformHandler  extends org.xml.sax.helpers.DefaultHandler

Now I would like to catch the content of the <xsl:comment> tags.

Seems that no method in DefaultHandler can give me this informaion ?

How can I do this ?

Stefan