Jerry Wang wrote:
> 
> Any plan to support XSD or DTD validation when creating or updating document? 
> I
> think it will be good for example we bound each collection with an XSD or DTD.

This is the type of thing that is done on an application-by-application
basis, and would be appropriately established by the parser factory
that creates the XML parser used to provide DOM nodes from a processed
XML document instance. It's not necessary to provide this service within
Xindice itself since this is an application decision everyone must make
anyway. Our project (for example) doesn't require valid content so we
use a well-formed parser, but it'd be a one line change (or perhaps use
of a command-line parameter if you wanted that flexibility) to create a 
validating parser instead.

Murray

...........................................................................
Murray Altheim                         <mailto:murray.altheim&#x40;sun.com>
XML Technology Center, Java and XML Software
Sun Microsystems, Inc., MS MPK17-102, 1601 Willow Rd., Menlo Park, CA 94025

               Rally against the evils of iceburg lettuce! 
            Grab a kitchen knife and join the Balsamic Jihad!

Reply via email to