"Timothy M. Dean" wrote: > > I was also curious about the same thing. I would be willing to > contribute to this effort if necessary. Has anyone else given much > thought to this idea?
To reiterate my answer to Jerry, both XSD and DTD validation are provided by the Xerces 2 parser that is used by Xindice, so it comes down to how you set up the XML parser used to provide content to Xindice. If you have any question on how to set up such a parser, check the 'samples' directory of the Xerces 2 distribution, which shows how to do this for both SAX and DOM parsers. It's really pretty simple. If you need catalog-style entity resolution, you can get Norm Walsh's catalog resolution code at nwalsh.com. Murray ........................................................................... Murray Altheim <mailto:murray.altheim@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!
