RE: [xsl] multi-document question

Subject: RE: [xsl] multi-document question
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Sun, 23 Nov 2003 20:02:53 +0100
> -----Original Message-----
> From: Bruce D'Arcus
> 
> The files I am interested in breaking apart use character entities, and 
> I want them to be characters instead.  Why is this stylesheet creating 
> entity output, regardless of the input?
> 
<snip />
> 
> Again, here's the stylesheet as it stands:
> 
> <?xml version='1.0' encoding='utf-8'?>
> <xsl:stylesheet version="1.0"
>                  xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>                  xmlns:exsl="http://exslt.org/common";
>                  extension-element-prefixes="exsl">
>        <xsl:output method="xml" version="1.0" encoding="utf-8" 
                            ^^^^^

If you really want the entities outputted as characters, set this to "text"


Cheers,

Andreas

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


Current Thread