> >Take a look at some of the other sample applications and grep through
the
> >core source code for "catch" and you'll see what other sorts of
exceptions
> >you can catch.
>
> Actually, I should've mentioned that in my email before, since I'd seen
that,
> but there is only an 'XMLException' t
>= Original Message From [EMAIL PROTECTED] =
>> I don't know how to see the type of Exception being thrown. I'm getting
>ane
>> exception while executing the following piece of code.
>>
>> cout << "getting RefList now.. with xpath=" << xpath << endl;
>> const NodeRefListtheResul
> I don't know how to see the type of Exception being thrown. I'm getting
ane
> exception while executing the following piece of code.
>
> cout << "getting RefList now.. with xpath=" << xpath << endl;
> const NodeRefListtheResult =
> theEvaluator.selectNodeList(theDOMSu
>= Original Message From [EMAIL PROTECTED] =
>> That is really surprising! I don't understand why it doesn't work for me
>> either! Has anyone been able to do something similar to what I'm
>intending to
>> do using xalan 1.3 ? If yes, can you please help me out? :)
>
>As I said, that versio
Thanks for the response Mark.
I am new to all of this.
I read through the API documentation for the EntityResolver
(http://xml.apache.org/xerces-c/apiDocs/classEntityResolver.html).
It looks like it will do what I need it to.
In fact the sample code in the doc has:
*#include
>= Original Message From [EMAIL PROTECTED] =
>> That is really surprising! I don't understand why it doesn't work for me
>> either! Has anyone been able to do something similar to what I'm
>intending to
>> do using xalan 1.3 ? If yes, can you please help me out? :)
>
>As I said, that versio
> That is really surprising! I don't understand why it doesn't work for me
> either! Has anyone been able to do something similar to what I'm
intending to
> do using xalan 1.3 ? If yes, can you please help me out? :)
As I said, that version is very old, and I don't know how many people are
sti
>= Original Message From [EMAIL PROTECTED] =
>> Thanks for the help from everyone. As David said, I can use the code he
>> demonstrated to get the value in the attribute of a node.
>> However, when I'm trying the same with xalan-c 1.3 (that is the version I
>have
>> to work with), I can't d
> Thanks for the help from everyone. As David said, I can use the code he
> demonstrated to get the value in the attribute of a node.
> However, when I'm trying the same with xalan-c 1.3 (that is the version I
have
> to work with), I can't do so since an exception is being thrown.
> Its being t