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]
Other format: [Raw text]

RE: copyright symbol in XSLT



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


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