Re: a couple glitches in the XSLT DTD

Paul Grosso wrote:
> 
> In Appendix B of the latest draft [1], there is the following:
> 
>              <!ATTLIST xsl:output EMPTY>
>              <!ATTLIST xsl:output
>                method %qname; #IMPLIED
>                version NMTOKEN #IMPLIED
>                encoding NMTOKEN #IMPLIED
>                xml-declaration (yes|no) #IMPLIED
>                standalone (yes|no) #IMPLIED
>                doctype-public CDATA #IMPLIED
>                doctype-system CDATA #IMPLIED
>                cdata-section-elements %qnames; ""
>                indent (yes|no) #IMPLIED
>                media-type CDATA #IMPLIED
>              >
> 
> 1.  In the first line above, "ATTLIST" -> "ELEMENT"
> 
> 2.  Since %qnames; is NMTOKENS, I don't believe the null string
>     is a valid value.  At least, our parser barfs on this.

Right on both counts.

James

Received on Wednesday, 1 September 1999 01:36:43 UTC