Specify XML Schema Manually

2002-04-08 Thread Joan Pujol
Hello,

How can I verify a document against a schema manually (ignoring the
SchemaLocations attributes, and specify the schema file in the program code).

Cheers,

PD: I use Xerces 2.0.1 
-- 
---
Joan Jesús Pujol Espinar
PTS Sistemes Departament IMA

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



Re: Specify XML Schema Manually

2002-04-08 Thread Rahul Srivastava
 Joan Pujol wrote...
 
 
 How can I verify a document against a schema manually 

Manually???

 (ignoring the SchemaLocations attributes, and specify the schema file in the  
  
 program code).

use external-schemaLocation or external-noNamespaceSchemaLocation.
See: http://xml.apache.org/xerces2-j/properties.html for more details.

Cheers,
Rahul.



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