This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DTD Files !



> Although if you wanted to restrict the xml author to a certain
> schema, you really could not do it without the DTD.

Why on earth not?
You just change the instructions and/or tools slightly.

Rather than use a DTD and a validating parser, you use a non validating
parser and arrange that every document has to go through a validating
XSL stylesheet. You can do far more checks in XSL than you can do in a
DTD.

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]