[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] white space to + in query string


Subject: Re: [xsl] white space to + in query string
From: "Christopher R. Maden" <crism@xxxxxxxxx>
Date: Tue, 12 Feb 2002 23:20:09 -0800

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

At 22:00 12-02-2002, bbrosenstock@xxxxxxxxxxx wrote:
>Is it possible to use an attribute value template to construct a query
>string in a URL, for example where the AVT picks out the text node
>child of an element's attribute node:
>
><xsl:template match="some element">
><a href="http://some_site/some_file.html?some_name={@some_attribute}">Blah
>Blah</a>
></xsl:template>
>
>I would think this is feasible, but what about the white space in the
>text? How can the white space be transformed into "+"'s?

<a href="{translate(@some_attribute,' ','+')}">

~Chris
- -- 
Christopher R. Maden, Principal Consultant, HMM Consulting Int'l, Inc.
DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training
<URL: http://www.hmmci.com/ > <URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA
-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Privacy 6.5.8

iQA/AwUBPGoTqKxS+CWv7FjaEQIoxACgg/rKQ8HVqzGUy+SfVytg+4N9mWEAn0iy
k3tMVf87wq4ov9QhNkoz+OwL
=A96U
-----END PGP SIGNATURE-----


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



Current Thread