Hi,

In our project we do a traversal of schemas and depending on the type of a
ContentSpecNode we do different things. We have so far been using Xerces-C
2.2 and tried to upgrade to version 2.5 to able to use the VC7.1 compiler,
but discovered that our schema elements returns different types
(ContentSpecNode) than in version 2.2.

Specifically, nodes previously returned (getType())
 ContentSpecNode::Sequence or ContentSpecNode::Choice
now returns
 ContentSpecNode::ModelGroupSequence or ContentSpecNode::ModelGroupChoice.

I have tried to search both this mailing list, jira and on the web but found
no documentation on this subject, except CVS submit comments regarding PSVI
in November 2003.

My questions are:
- Are we using some of Xerces internal classes and types (ContentSpecNode)?
- Is my assumption above correct about the new returned values?
- Why no documentation on these changes at all?


Regards,
Christian Wahlgren

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to