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
--- 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
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