← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [xml-dev] Validating an XML document having no DTD/XSD (using Xerces)

From
Elena Litani <>
To
Date
2002-07-11T21:30:57Z
ID
<>
Thread
Re: [xml-dev] Validating an XML document having no DTD/XSD (using Xerces)
 wrote:
> I have used XercesJ2 XML parser for validating an XML document against a Schema
> wherein we provided the schema location in the XML file.
> But now, I would like to know whether it's possible to validate the XML
> document where the schema location is not explicitly defined in the XML file
> but provided as a separate argument to the parsing method?
> Is there a specific feature I should set?

For validation against XML Schemas you can specify xsd files using the
following properties [1]:
http://apache.org/xml/properties/schema/external-schemaLocation
http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation

If you have additional questions, please send those to the
 mailing list.

[1] http://xml.apache.org/xerces2-j/properties.html
-- 
Elena Litani / IBM Toronto
← Prev in month ← Prev in thread
Next in thread → Next in month →