RE: Exceptions while getting a set of attribute values from xml using c

2003-07-25 Thread david_n_bertoni
> >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

RE: Exceptions while getting a set of attribute values from xml using c

2003-07-25 Thread Kaushal Sanghavi
>= 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

Re: Exceptions while getting a set of attribute values from xml using c

2003-07-25 Thread david_n_bertoni
> 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