Re: Issues with PSVI interface(s) and group and attributeGroup

2005-04-13 Thread Matteo Vega
Elisha, Looks like yo're using the code from the SCMPrint sample program. This is what u can do; when you are in the XSParticle::TERM_ELEMENT if block (process element section), you can further check if the element is a complex type and recursively call ProcessParticle function again: XSTypeDef

Re: parsing a schema file

2005-02-22 Thread Matteo Vega
--- Gareth Reakes <[EMAIL PROTECTED]> wrote: > Hi, > > Are any errors reported during the parse? Do you > have your error > handler printing anything out? > > Gareth > > Matteo Vega wrote: > > Hi, > > > > I am trying to parse a schem

parsing a schema file

2005-02-21 Thread Matteo Vega
Hi, I am trying to parse a schema file and create the DOM tree from it. I am using XSDDOMParser, but when I call: DOMDocument *pDocument = parser.getDocument(); it returns undefined value. This is the code sniplet showing how I create the parser: XSDDOM