xsl-list
[Top] [All Lists]

Re: href with & ?

2002-09-17 13:16:37
-----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



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