Title: Validate against XML Schema without URI

Hi,

how can I validate a XML document against a XML Schema, where the schema isn't available as a file or something else one could point at with a URI. Instead the schema's content comes as a string representation out of a database. Supports Xerces validation against a string of an XML Schema? If so, how can this be done? If it's not possible, does anyone know a XML parser for Java which supports this task?

Thanks in advance,
Christoph

Reply via email to