Those pesky  's again

Subject: Those pesky  's again
From: Jeff Lansing <jeff@xxxxxxxx>
Date: Tue, 04 Apr 2000 14:35:21 -0700
I can get a document that both
(i) parses as xml, and
(ii) displays readable html tables
if I include these two lines at the top of it:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html [<!ENTITY nbsp ' '>]>

Now I know how to generate the first line, by using:
<xsl:output method="xml"/>
but I'm not finding the way to generate the second line.
Is it even possible?

(Interestingly -- perhaps -- xt allows this:
<xsl:element name="!DOCTYPE"/>
but of course that's not what I need here.)

Jeff



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


Current Thread