xsl-list
[Top] [All Lists]

RE: multi-document question

2003-11-23 12:02:53
-----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



<Prev in Thread] Current Thread [Next in Thread>