[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] String Replace
Subject: Re: [xsl] String Replace
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Mon, 03 Nov 2003 22:00:45 +0100
|
Karl J. Stubsjoen wrote:
Also... the & "ampersand" breaks my XML. Uggg, frustrating.
You are posting long enough to this group that you should know
this is an XML FAQ.
<foo:char>&</foo:char>
Use
<foo:char>&</foo:char>
instead. Check the spec for why you have to do this.
J.Pietschmann
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|