Repost: ampersand in data

Subject: Repost: ampersand in data
From: John Gethoefer <johng@xxxxxxxxxxxxx>
Date: Fri, 21 Jul 2000 15:07:30 -0700
Actually, I am trying to do this with XSLT and not have to touch the XML
doc.

The XML is a result of data retrieval from an Oracle database with
entries that contain '&' in them.
Rather than process an ereg replace on all of the database results, I
would like to catch it with XSLT.

Is this possible or is the only way to do this by replacing '&' with
&amp; or &#123; ?

-John "avoiding extraneous code" Gethoefer



Carlos Araya wrote:

> John:
>
>         Try something like:
>
> <Name>Jack &amp; Jill</Name>
>
>         That should work, you may want to also take a look at the
> entities
> supported in XML.
>
> Carlos

John Gethoefer wrote:

> I am trying to transform XML data such as follows:
>
> <Name>Jack & Jill</Name>
>
> however when I use <xsl:value-of "Name"/> it breaks.
>
> Is there a way to transform data that includes "&" using XSLT?
>
> Thanks in advance.
>
> -John
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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


Current Thread