RE: [xsl] '<' character in href

Subject: RE: [xsl] '<' character in href
From: "Martinez, Brian" <brian.martinez@xxxxxxxx>
Date: Tue, 21 Jan 2003 12:17:13 -0700
> From: Lee, Insoo [mailto:Insoo.Lee@xxxxxx]
> 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.martinez@xxxxxxxx |
| 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


Current Thread