Click to See Complete Forum and Search --> : How to validate an xml fragment?


gsi
October 30th, 2003, 05:46 AM
I'm programming with Visual C++ and use
the msxml parser 4.0. I need to
validate xml fragments (typically a node) against
a xsd schema using SOM.

I just find how to validate a whole document.

Thanks for any hint.

gsi