This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: white space to + in query string



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

At 22:00 12-02-2002, bbrosenstock@ucdavis.edu 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]