Hello all,

I asked a couple of days ago here in the list about Xerces 2.2.0 support for validating using Namespaces and somebody told me it was possible.
I have been looking for an example but I have not found how can I set that feature on.


I am using the following classes to set on the features I need:

...

parser->setFeature(XMLUni::fgDOMNamespaces, doNamespaces);

parser->setFeature(XMLUni::fgXercesSchema, doSchema);

parser->setFeature(XMLUni::fgXercesSchemaFullChecking, schemaFullChecking);

parser->setFeature(XMLUni::fgDOMValidation, true);

parser->setFeature(XMLUni::fgDOMDatatypeNormalization, true);
parser->setProperty(XMLUni::fgXercesSchemaExternalNoNameSpaceSchemaLocation, propertyValue);


...

Could I set support for Namespaces on in the same way?

Thanks in advance,

esther


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



Reply via email to