blondebier
Programmer
Hi Guys,
I am sending some XML to a stored procedure via an XML parameter. I am storing the XSDs (schemas) for these XML documents in a table. (Also XML datatype)
I'd really like to be able to read the schema and validate the XML documents on the fly...
Anyone ever done this or know of a cool way of doing it?
I've looked at the "CREATE XML SCHEMA COLLECTION" but it looks like it is something rather permanent.
I'd like something generic so that I can validate any type of XML document against it's own schema.
Any ideas or tips would be great.
Cheers,
Blondebier
I am sending some XML to a stored procedure via an XML parameter. I am storing the XSDs (schemas) for these XML documents in a table. (Also XML datatype)
I'd really like to be able to read the schema and validate the XML documents on the fly...
Anyone ever done this or know of a cool way of doing it?
I've looked at the "CREATE XML SCHEMA COLLECTION" but it looks like it is something rather permanent.
I'd like something generic so that I can validate any type of XML document against it's own schema.
Any ideas or tips would be great.
Cheers,
Blondebier