Greetings !
I�m a portuguese programmer and I have a little doubt.
In your webSite I found the code I have to use for
parsing an xml document with its schema, which is :
Here is an example how to turn on schema processing
in DOMParser (default is off). Note that you must also
turn on namespace support (default is off) for schema
processing.
// Instantiate the DOM parser.
DOMParser parser;
parser.setDoNamespaces(true);
parser.setDoSchema(true);
parser.parse(xmlFile);
And my doubt is, where can I found the methods
setDoNamespaces and setDoSchema.
In the package that you distributed, the xerces 1.4.0,
they don�t exist in the API of class DOMParser.
Thanks for your help!!
-------------------------------------------------
Email Enviado utilizando o servi�o MegaMail
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]