> > > Some people need DTDs and XML Schema support. Others of us do not. So, > > currently, > > if you need it, then you have to layer it on top. > > Sorry, but i need to know if using a successful validation against a given > schema how the performance would improve... > > and, more practically, how can i associate a .xsd to a given collection of > documents? >
Xindice at present cannot work with either XML Schema or DTDs. If you want to use either of them you will have to work with them outside of Xindice. Castor is useful for this sort of thing: http://www.castor.org/xmlschema.html Cheers, Lachlan Donald
