Skip to main content

developerWorks >  XML  >  Forums  >  An introduction to XQuery  >  developerWorks

string concatenation    Point your RSS reader here for a feed of the latest messages in this thread


Tags for this thread: 

     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 1 - Pages: 1 - Last Post: Aug 3, 2004 1:56 PM Last Post By:
brandon
string concatenation
Posted: Dec 16, 2002 02:57:39 AM
Click to report abuse...   Click to reply to this thread Reply
How do I concatenate to strings?
I need to make a variable containing an address, "http://example.com/?query="
and the $query variable together. How can i do this>

Posts: 1
Registered: Aug 03, 2004 01:52:58 PM
Re: string concatenation
Posted: Aug 03, 2004 01:56:27 PM   in response to: brandon in response to: brandon's post
Click to report abuse...   Click to reply to this thread Reply
<xsl:variable name="concat" select="concat('www.adventuregamestudio.co.uk',$query)"/>
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums