[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Repace regex with a variable

Subject: RE: Repace regex with a variable
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 2 Feb 2006 20:51:31 -0000
repace 50
All the arguments of the replace() function can be arbitrary XPath
expressions, just like the arguments to any other function.

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: Agnisys [mailto:agnisys@xxxxxxxxx] 
> Sent: 02 February 2006 20:21
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  Repace regex with a variable
> 
> Hi,
>   Is there a way to substitute a regular expression with a 
> variable text (XSLT 2.0)?
> 
> The template looks like this:
> <xsl:template match="text()">
>    <xsl:variable name="node_name" select="parent::node()/@name"/>
>    <xsl:value-of select="replace(., '\$name', $node_name)"/>
> </xsl:template>
> 
> Problem is that I can't use $node_name in the replace function.
> So how do I do this? I would appreciate any pointers.
> Thanks,
> Anupam.
> 
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.