Subject: RE: xslt replace special characters
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Mon, 11 Nov 2002 15:14:05 -0500
|
[Alice Fan]
> I was looking into the '&' problem somemore. What if I used
> CDATA in my XML
> file so when its trying to parse it will ignore those special
> characters. I
> think this might work. Any ideas on this possible solution?
>
Just as long as you do not put the PCDATA into an attribute - you cannot
put a CDATA section there. You can, of course, put it into the content
of an element. I say this because a common way to send xml back to a
server is to put it into a hidden input element, and in that case it has
to go as the value of the "value" attribute of the hidden field.
Why not just use Javascript to escape the "&" characters?
Cheers,
Tom P
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: xslt replace special characters, (continued)
- Greg Faron - Mon, 11 Nov 2002 14:57:28 -0500 (EST)
- Mike Brown - Mon, 11 Nov 2002 15:34:30 -0500 (EST)
- Alice Fan - Mon, 11 Nov 2002 14:53:15 -0500 (EST)
- Passin, Tom - Mon, 11 Nov 2002 15:10:14 -0500 (EST) <=
- Alice Fan - Mon, 11 Nov 2002 15:46:06 -0500 (EST)
- Alice Fan - Mon, 11 Nov 2002 15:49:31 -0500 (EST)
- Passin, Tom - Mon, 11 Nov 2002 17:03:52 -0500 (EST)
|
|