Re: Getting PSVI from DOM tree

2005-02-02 Thread brutocao
Alberto, Thanks much. This is very helpful. I used this exact code you have provided, with curNode pointing to the following element in the DOM tree:

Re: Getting PSVI from DOM tree

2005-02-02 Thread Alberto Massari
Hi Jim, At 14.53 01/02/2005 -0800, brutocao wrote: Alberto, Thanks, that was very helpful. I cut and pasted in the SEnumVal code and I am now traversing the schema info. Now I want to only consider my node of interest, which you have let me know is found with getGrammar(uri). curNode is the poin

Re: Getting PSVI from DOM tree

2005-02-01 Thread brutocao
Alberto, Thanks, that was very helpful. I cut and pasted in the SEnumVal code and I am now traversing the schema info. Now I want to only consider my node of interest, which you have let me know is found with getGrammar(uri). curNode is the pointer to the DOMNode of interest. In trying to find t

Re: Getting PSVI from DOM tree

2005-02-01 Thread Alberto Massari
Hi Jim, At 13.13 01/02/2005 -0800, brutocao wrote: Thanks Alberto, I couldn't seem to find where the GrammarResolver object is located. It was not in the DOMNode object, nor in the DOMPSVITypeInfo object that I got from the DOMNode object. How do I get at it? You can get it from the parser object

Re: Getting PSVI from DOM tree

2005-02-01 Thread brutocao
Thanks Alberto, I couldn't seem to find where the GrammarResolver object is located. It was not in the DOMNode object, nor in the DOMPSVITypeInfo object that I got from the DOMNode object. How do I get at it? Thanks again, Jim At 12:57 PM 2/1/2005, you wrote: Hi Jim, At 12.49 01/02/2005 -0800, b

Re: Getting PSVI from DOM tree

2005-02-01 Thread Alberto Massari
Hi Jim, At 12.49 01/02/2005 -0800, brutocao wrote: Hello, I have been looking through the xerces mail archives, and still cannot seem to get my code to work. My basic question is: if I am walking the DOM tree using xerces-c++, how can I get at the PSVI information from a DOMNode pointer (which I