posted 13 years ago
Hello Geeks
I am using SAX parser for parsing an XML document. I think i have fairly understood it except at the following point where i got stuck.
THe xml i am using for parsing contains COmments as well starting with ofcourse <!-- and ending woth --> .
But i am not finding any CALLBACK method for the same . Could you please tell me
1) Which callback method is invoked in my handler when comments in XML document is encountered.
2) IFF no callback is available then how can i get to know the same.
Thanks and regards