xsl-list
[Top] [All Lists]

RE: '<' character in href

2003-01-21 12:17:13
From: Lee, Insoo [mailto:Insoo(_dot_)Lee(_at_)gs(_dot_)com]
Sent: Tuesday, January 21, 2003 11:56 AM
Subject: [xsl] '<' character in href

 Hi, in my XSL, I need to have an href link and I need to 
pass down the
parameters that get read from XML...., but it complains " The value of
attribute "href" must not contain the '<' character."
 How would I escape that character? Thanks

<a
href="xmlReport?contentType=excel&amp;reportType=cab&amp;sort_
selection=<xsl
:value-of select="SELECTED_SORT"">

This is an FAQ.  You need to use an attribute value template in the markup:

<a
href="xmlReport?contentType=excel&amp;reportType=cab&amp;sort_selection={SEL
ECTED_SORT}">

See http://www.dpawson.co.uk/xsl/sect2/N1575.html.

hth,
b.

| brian martinez                              
brian(_dot_)martinez(_at_)trip(_dot_)com |
| senior gui programmer                                  303.708.7248 |
| trip network, inc.                                 fax 303.790.9350 |
| 6436 s. racine cir.                             englewood, co 80111 |
| http://www.cheaptickets.com/                   http://www.trip.com/ |

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



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