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

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

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

RE: Xsl:include support - how to enable it?

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

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

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

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

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

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

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

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

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