This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Those pesky  's again


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]