Re: <!DOCTYPE ...> problem

Subject: Re: <!DOCTYPE ...> problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 23 Jul 1999 15:41:16 +0100 (BST)
> The first line is no problem (<xsl:pi  name="xml">version="1.0"</xsl:pi>) 

actually it _should_ be a problem as the xml declaration isn't a pi
(according to the xml spec) and pi target names are not allowed to start
with `xml' (production  17 of the XML spec).

> I cant get the other line in the output doc.
XSL can't output a <!DOCTYPE. The current draft says this is being
considered as a feature for a future version.

David


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


Current Thread