How can one validate an xml file against the multischema xsd which is in the form of a string? I have my XSD files retrieved from the database only at runtime and I don't want to create any files on the filesystem. So I have to validate XML against XSD strings.
Thanks
update: My actual problem is the import statements and include statements which are going to be file links. I want to know how to deal with import and include statements pointing to a string in the database. I mean I cannot at any point create a file. It is supposed to be a string.