Re: comparing xerces xml api and apache xmlschema 20 api

2011-03-21 Thread Michael Glavassevich
Hi, The two APIs have different goals and scenarios that they were designed to support. For some background you may want to review this thread [1] from 2009. The PSVIWriter/PSVIParser [2][3], the xs.QueryXS and xs.XSSerializer samples demonstrate how to use Xerces' XML Schema API. The XML Schema

comparing xerces xml api and apache xmlschema 20 api

2011-03-21 Thread RJ
I am new to Xerces XMlSchemas project. Could you please point me to a tutorial which explains how to use the Xerces XMLSchemas API. http://xerces.apache.org/xerces2-j/javadocs/xs/index.html I am going to be parsing XSD documents. I was comparing Xerces XMlSchemas project and Apache XMLSchema 2.