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

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: