Subject: Re: Getting the © from XML to HTML
From: Andrew Bunner <bunner@xxxxxxxxxxxxxxxxxx>
Date: Mon, 05 Oct 1998 18:47:24 -0700
|
>How to I get things like © and ü from an XML document into
>an HTML document. It (obviously, you will say) doesn't like it in the
>XML nor the XSL file.
Here is the solution I'm using... get the latest version of XT and include
© in the source file ... XT is smart enough to map it to © in the
result file if the root element of your style sheet looks like this...
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"
xmlns="http://www.w3.org/TR/REC-html40" result-ns="">
-- Andrew
Andrew Bunner bunner@xxxxxxxxxxxxxxxxxx
President, Mass Quantities, Inc.
Professional Supplements for the Perfect Physique
http://www.massquantities.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|