Subject: Re: Error in WD XSL DTD...
From: James Clark <jjc@xxxxxxxxxx>
Date: Wed, 06 Jan 1999 16:37:20 +0700
|
Thanks. You can send bug reports to:
mailto:xsl-editors@xxxxxx
Archives of the list are at:
http://lists.w3.org/Archives/Public/xsl-editors/
Tyler Baker wrote:
>
> 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...
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|