![](resources/join.gif)
![Home](graphics/ext-2-label-3.jpg)
![](resources/separator.gif)
![Readme](graphics/index-label-3.jpg)
![Release Info](graphics/releases-label-3.jpg)
![](resources/separator.gif)
![Installation](graphics/install-label-3.jpg)
![Download](graphics/ext-18-label-3.jpg)
![Build Instructions](graphics/build-label-3.jpg)
![](resources/separator.gif)
![FAQs](graphics/faqs-label-3.jpg)
![Samples](graphics/samples-label-3.jpg)
![API Docs](graphics/api-label-3.jpg)
![](resources/separator.gif)
![DOM C++ Binding](graphics/ext-68-label-3.jpg)
![Programming](graphics/program-label-3.jpg)
![Migration Guide](graphics/migrate-label-3.jpg)
![](resources/separator.gif)
![Feedback](graphics/feedback-label-3.jpg)
![Bug-Reporting](graphics/bug-report-label-3.jpg)
![PDF Document](graphics/pdf-label-3.jpg)
![](resources/separator.gif)
![CVS Repository](graphics/ext-100-label-3.jpg)
![Mail Archive](graphics/ext-102-label-3.jpg)
![](resources/close.gif)
|
| |
This package contains an implementation of the W3C XML Schema
Language, a recommendation of the Worldwide Web Consortium
available in three parts:
XML Schema: Primer and
XML Schema: Structures and
XML Schema: Datatypes.
We consider this implementation complete except for the limitations cited below.
We would very much appreciate feedback on the package via the Xerces-C++ mailing list
xerces-c-dev@xml.apache.org , and we
encourage the submission of bugs as described on our
Bug-Reporting page.
Please read this document before using this package.
|
| |
- Due to the way in which the parser constructs content
models for elements with complex content, specifying large
values for the
minOccurs or maxOccurs
attributes may cause a stack overflow or very poor performance
in the parser. Large values for minOccurs should be
avoided, and unbounded should be used instead of
a large value for maxOccurs .
|
|
|