xsl-list
[Top] [All Lists]

Re: String Replace

2003-11-03 14:00:45
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>&amp;</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



<Prev in Thread] Current Thread [Next in Thread>