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]
Other format: [Raw text]

Re: XSL Lint was: Schema Optimsations


Michael Kay wrote:
[about optimization]
I'd like to see some enhanced error reporting
(better: warnings) during run time based on
schema information, like
DTD:  <!ELEMENT files (file*)>
XSL: <xsl:template match="files">
       <xsl:for-each select="fiel">
 ...
-> "Warning: select is empty because of schema
 restiction for foo.xml"
This could have saved me already quite a bit of
debugging time.

J.Pietschmann


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]