Schema vs DTD

I currently use a DTD to negotiate data that will be passed from the back
end to the front end applications.  We only use well formed XML, we do not
validate against the DTD.  What advantages are there for going to schemas?
Are there any performance issues with validating against a schema?

Thanks

Received on Thursday, 5 July 2001 09:30:48 UTC