From: Ben C. <ben...@gm...> - 2009-09-08 12:41:42
|
Howdy, I am a newbie to XML but have been using TCL a few years. Today I have read through every bit of documentation I can find but I am still not clear how to do XSD-style validation or if it is possible with TclXML. I basically need to read in a file, validate it and parse it - no manipulation so DOM would be overkill. The parsing is clear from the manual, but it's not clear what results from use of the -validation switch and if XSD schema are supported. Running my parser with libxml2 and -validate true returns ok but this doesn't convince me the xsd has been found, parsed and used to validate the document. Can anyone help? BC |