Validate XML without URL to Schema

I want to store different XML Schemas as string representations inside a
database. If I'm going to validate a XML document against one of the stored
schemas, I won't have an URL to the schema, but only its string
representation. Is it possible in Java to validate the document only with
the schema as string and how I have to do this?
 
Thanks in advance,
Christoph

Received on Tuesday, 17 June 2003 07:21:22 UTC