Re: Repost: ampersand in data

Subject: Re: Repost: ampersand in data
From: "Rick Geimer" <Rick.Geimer@xxxxxxx>
Date: Fri, 21 Jul 2000 15:51:19 -0700
The XML is not valid, so XSLT will not be able to process it. The
program that extracts the data from Oracle has a bug that needs to be
fixed. 

Rick Geimer
National Semiconductor
rick.geimer@xxxxxxx

John Gethoefer wrote:
> 
> 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


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


Current Thread