RE: Applying in memory Schema

2004-10-14 Thread Radovan Chytracek
> -Original Message- > From: Andrew Grafham [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 14, 2004 3:44 PM > To: [EMAIL PROTECTED] > Subject: Applying in memory Schema > > > Is it possible to apply an XML schema which is stored in memory? The > setExternalSche

Applying in memory Schema

2004-10-14 Thread Andrew Grafham
Is it possible to apply an XML schema which is stored in memory? The setExternalSchemaLocation API doesn't seem to support this. Is there any other way? (FWIW, the schema is stored in a database, so it would be best not to have to write it out to a file in order to apply it). Cheers Andy --