[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
XML Schema support in Xerces DOM
- From: Jeff Lowery <jlowery@scenicsoft.com>
- To: "Xml-Dev (E-mail)" <xml-dev@lists.xml.org>
- Date: Tue, 03 Jul 2001 14:16:38 -0700
Is there a mechanism to create DOM documents 'by hand' (not through parsing)
that will validate against an XML Schema? I know the Xerces-J SAX parser
will validate against XML Schema, but I want to know if an incremental
construction of the DOM through method calls will also validate.
It's probably too much to ask for validation interactively, but I fail to
see the ability to schema-validate in the OuputFormat or XMLSerialize
methods, either. In other words, it doesn't appear that one can
method-construct a DOM and have it validated directly; I do suspect there's
a work around, however. ;-)