On Wed, 2009-06-10 at 14:24 -0500, Kelly Beard wrote: > Doesn't anyone here do schema validation/parsing with DOM? I am > really trying to find *something* helpful on the net but am shooting > blanks here.
The sipXecs project uses validation. The program that implements it is accessible at http://sipxecs.sipfoundry.org/rep/sipXecs/main/sipXcommserverLib/src/xsdvalid/xsdvalid.cpp The interesting part of the code starts around line 370. Dale
