Error in WD XSL DTD...

Subject: Error in WD XSL DTD...
From: Tyler Baker <tyler@xxxxxxxxxxx>
Date: Wed, 06 Jan 1999 04:30:14 -0500
I noticed when trying to validate an XSL stylesheet that when parsing
the DTD in the draft I received an error.  I thought it was a problem
with the parser I was using, but it turns out that there is a typo in
the declaration of the xsl:use element, namely:

<!ELEMENT xsl:use EMPTY>
<!ATTRIBUTE xsl:use attribute-set NMTOKEN #REQUIRED>

should of course be:

<!ELEMENT xsl:use EMPTY>
<!ATTLIST xsl:use attribute-set NMTOKEN #REQUIRED>

Anyways, I am not sure where to forward these bug reports (if you can
call it that), but I assume James is listening so the matter will be
dealt with in due time...

Tyler


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


Current Thread