xsl-list
[Top] [All Lists]

RE: href with & ?

2002-09-17 13:39:08
You are right.  This worked.  I was thinking that somehow because it was a part 
of the href, that it needed to be & instead of & to show up correctly.  
Thanks again for the help!

-----Original Message-----
From: Peter Davis [mailto:pdavis152(_at_)attbi(_dot_)com]
Sent: Tuesday, September 17, 2002 3:17 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] href with & ?


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 17 September 2002 12:58, Holmberg Rick-ra0119 wrote:
It works until I put the & in before the value statement.  Is there a way
to do this?  I havent' seen this issue in the archives.

Yes you have, believe me :).  This is a FAQ.  In XML, "&" is a reserved 
character, used to begin a character or entity reference.  So, to output a 
real "&", you have to escape it with the character reference for that 
character: use "&".

I suggest that in addition to reading the XSLT specification, you also go read 
the XML specification at <http://www.w3.org/TR/REC-xml>.  Who knows what new 
tricks or insight you can learn.  The specification will also tell you about 
needing to use "&lt;" instead of "<" in text or attribute values.

- -- 
Peter Davis
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9h42lhDAgUT1yirARAl/iAJ9uBQrQMFxCaLRfGpo6CiNavvtisQCfaEOL
zpQP+cO+1o2LCOlF7cDItLU=
=qr/d
-----END PGP SIGNATURE-----


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

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



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