I'm trying to parse and validate an XML stream using an in memory copy of a schema. As I can't trust the source of the XML stream I need to force validation to the correct schema. It's not acceptable solution to create a file containing the schema. Is it all possible?
/ Per
