RE: Empty attributes

 
> So, one workaround would be to convert the DTD to a schema
> and make that chnage in the schema? Do you know if parsers
> that use catalogs will let you substitute a schema for a DTD
> without complaining? 

I would assume that the way you invoke validation against a schema is going
to be different from the way you invoke validation against a DTD. In fact,
the validator may not be closely coupled with an XML parser at all (Saxon's
schema validator, for example, is free-standing).

Michael Kay
http://www.saxonica.com/

Received on Wednesday, 19 October 2005 15:14:12 UTC