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

Re: replace

Subject: Re: replace
From: "Charles Ohana" <charles.ohana@xxxxxxxxxxxxxx>
Date: Tue, 12 Jun 2007 08:53:06 -0400
Re:  replace
I want to replace "a" by "b" inside "/root/@description" . I'm using XSLT 1.0 as I copied this code example from the web. it's not working with 2.0 either anyways. I'm not restricted to any version. All I need is to be able to replace string .
Thank you



----- Original Message ----- From: "Michael Kay" <mike@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, June 12, 2007 3:53 AM
Subject: RE: replace



I suspect you want select="'a'" and select="'b'".

Why are you still using XSLT 1.0, as a matter of interest? I can understand
it if you're in a constrained environment, e.g. in a browser, but if you're
using Saxon then that's clearly not the case. Doing string manipulation in
1.0 when you could be using 2.0 seems like pure masochism to me.


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


-----Original Message-----
From: Charles Ohana [mailto:charles.ohana@xxxxxxxxxxxxxx]
Sent: 12 June 2007 03:28
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  replace

Hello,
I'm sorry, I know this question has been asked several times
but ... After searching everywhere I could not get the
replace function working.
See my code below you'll see what I'm trying to accomplish.
All I need is a simple working example that is replacing a
pattern withing a value.
Any hint would be appreciated. I'm using SAXON 6.5.5 (java
-jar saxon.jar)

Thank you

<?xml version="1.0" encoding="utf-8"?>
<stylesheet xmlns="http://www.w3.org/1999/XSL/Transform"
            xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
            xmlns:str="http://exslt.org/Strings" version="1.0"
            extension-element-prefixes="str">

<import href="functions/replace/str.replace.xsl"/>
<xsl:template match="/">
<xsl:call-template name="str:replace">
   <xsl:with-param name="string" select="/root/@description" />
   <xsl:with-param name="search" select="a" />
   <xsl:with-param name="replace" select="b" />
</xsl:call-template> </xsl:template>

</xsl:stylesheet>

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.