- From: Shirish Kulkarni <shirish_kul@yahoo.com>
- Date: Sun, 2 Mar 2003 23:55:33 -0800 (PST)
- To: xmlschema-dev@w3.org
Hi, As I understand, Schema validation ( on the basis of the structure and data types ) is done at the call to the parser.parse() method and when successful ( if the DOM Parser is used ) the DOM Tree representation is built. My questions are - 1) Does DOM tree representation hold the DataTypes' as described in the Schema used for the validation of the input XML ? 2) if answer to 1) is YES, how to access these DataTypes using Xerces C++ parser ? 3) if answer to 1) is NO, what is the easier way to popogate the DataType's from Schema ( or from XML ) to the Application processing the XML files ? Any inputs will be welcome - Thanks, Shirish __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
Received on Monday, 3 March 2003 02:56:04 UTC