Subject: RE: cdata
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 13 Feb 2009 09:03:12 -0000
|
<xsl:template match="/"><xsl:ccopy-of select="."/></xsl:template>
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Mike Stroud [mailto:stroudmw@xxxxxxxxx]
> Sent: 13 February 2009 07:58
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: cdata
>
> Hi again everyone,
>
> First of all, many thanks for the help I received with my
> substring query!
> My next query regards cdata. I start with this:
>
> <?xml version="1.0" encoding="Windows-1252" ?>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> <xsl:output indent="yes" method="xml"
> cdata-section-elements="Description Longdesc"/>
>
> I have 2 fields "Description" and "Longdesc" that I want in
> cdata as they contain odd characters. Is there an easy way of
> copying the entire XML file so that those 2 fields are
> translated into cdata? I don't want to go through the entire
> XML file line-by-line.
>
> Many thanks,
>
> Mike.
|