RE: [xsl] copyright symbol in XSLT

Subject: RE: [xsl] copyright symbol in XSLT
From: Stuart Zakon <zakons@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 08 Feb 2002 00:03:01 -0500

Thanks Markus for the correct answer:


>did you try to specify the output-encoding in your stylesheet?
>e.g.: <xsl:output method="html" encoding="ISO-8859-1" />


Since I am doing XHTML output my full <xsl:output> now looks like this:


<xsl:output method="xml" indent="yes" encoding="ISO-8859-1"
            doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";
            doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" />


I plan to update our XSLT and XHTML page accordingly: http://www.objectsbydesign.com/projects/xslt/xhtml.html

Stuart



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


Current Thread