You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Zhengya Zhu <zh...@nortelnetworks.com> on 2000/09/15 15:16:25 UTC

How can I get file, line and text from SAXException

Question is how can I get file, line and text from the SAXExeption where

XMLException has those info but SAXException is not subclass of
XMLException.

How can I load XMLException so that SAXException can contains file,
line, text info?

Thanks!

Zhengya