From A to B without ending up at C

Subject: From A to B without ending up at C
From: "Ian Sparks" <isparks@xxxxxxxxxxxxxxx>
Date: Wed, 18 Oct 2000 21:39:02 +0100
Can anyone enlighten me as to how I get from A :

<data>
<CDATA[ 
<i>Some encoding I want passed on</i>
]]>
</data>

to B :

<body>
  <i>Some encoding I want passed on</i>
</body>

without ending up at C:

<body>
  &lt;i;&gt;Some encoding I want passed on&lt;i;&gt;
</body>

Thanks.



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


Current Thread