Subject: Re: XSL & Doctype Declerations
From: "Karl Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Wed, 19 Feb 2003 09:02:10 -0700
|
> You can use a doctype but it's much simpler just to use   which is
I'll try that, thanks!
I see my self relying heavily on entities though, so am still interested in
how to get this to work:
<!DOCTYPE xsl:stylesheet [
<!ENTITY nbsp " ">
]>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns:rs="urn:schemas-microsoft-com:rowset"
xmlns:z="#RowsetSchema">
<xsl:output method="html"/>
Thanks,
Karl
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|