RE: [xsl] Debugging XSLT

Subject: RE: [xsl] Debugging XSLT
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 3 Feb 2004 22:53:00 -0000
> And by no means, in my opinion, should this debugging 
> facility be a part of the language.

The debugging facility is not part of the language. What the language
does is to enable a stylesheet to make assertions about its input and
output. It's normal good software engineering that programs should
declare their expectations about their input and output. Without such
assertions, there is no bug if the expectations are not satisfied, and
therefore no debugging is possible.

Michael Kay


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


Current Thread