RE: XML validation using schema. May be off topic with SOAP

2003-01-16 Thread Christer Holmér
nt: den 15 januari 2003 21:26To: [EMAIL PROTECTED]Subject: XML validation using schema. May be off topic with SOAP I want to validate an xml document with an existing schema. I know there is a code to do it when the schema is present as a URL. BUt in my case schema is present w

XML validation using schema. May be off topic with SOAP

2003-01-15 Thread Praveen Peddi
I want to validate an xml document with an existing schema. I know there is a code to do it when the schema is present as a URL. BUt in my case schema is present with in the application (since it is stored in the database) and that is not the url. I have the following code: public static voi