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

Reply via email to