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]

white space to + in query string


Folks,

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? 

Thanks,

Bruce Rosenstock
Digital Library Analyst, UC Davis

 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]