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

Re: Problem Tagging Several Words in a Given String

Subject: Re: Problem Tagging Several Words in a Given String
From: UlyLee <ulyleeka@xxxxxxxxx>
Date: Wed, 19 Oct 2005 04:17:53 -0700 (PDT)
Re:  Problem Tagging Several Words in a Given String
On the first pass of the function

$input = "Image Mater amabilis P. Trigard"
$words-to-replace[1] = "P. Trigard"
$replacement[1] = "Trigard, Louis"

on the second pass:

$input = "Image Mater amabilis <AUT_DEST>Trigard,
Louis, s.j.</AUT_DEST>"
$words-to-replace[1] = "Trigard"
$replacement[1] = "Trigard, Louis"

and because $input contains "Trigard" it will replace
it with the corresponding $replacement.

Is there a way so that the function would not replace
the string inside the <AUT_DEST> element? (I think
thats the only way to avoid my problem)

-- UlyLee

--- UlyLee <ulyleeka@xxxxxxxxx> wrote:

> Hi list! I know this problem was solved last week by
> the function given by Michael Kay, unfortunately i
> encountered a problem with this string:
> 
> "Image Mater amabilis P. Trigard"
> 
> The function is (i made some modification so that it
> will fit the our requirements):
> 
> <xsl:function name="f:replace-all">
> <xsl:param name="input" as="xs:string"/>
> <xsl:param name="words-to-replace" as="xs:string*"/>
> <xsl:param name="replacement" as="xs:string*"/>
> <xsl:sequence select="if (exists($words-to-replace))
> then f:replace-all(replace($input,
> replace($words-to-replace[1], '[.\\?*+{}()\[\]^$]',
> '\\$0'),
>
concat('<AUT_DEST>',$replacement[1],'</AUT_DEST>')),remove($words-to-replace,1),remove($replacement,1))
> else $input"/>
> </xsl:function>
> 
> $input = "Image Mater amabilis P. Trigard"
> $words-to-replace = ("P. Trigard","Trigard")
> $replacement = ("Trigard, Louis, s.j.","Trigard,
> Louis, s.j.")
> 
> running the current funtion would result to:
> 
> "Image Mater amabilis <AUT_DEST><AUT_DEST>Trigard,
> Louis, s.j.</AUT_DEST>, Louis, s.j.</AUT_DEST>"
> 
> But my desired output is:
> 
> "Image Mater amabilis <AUT_DEST>Trigard, Louis,
> s.j.</AUT_DEST>"
> 
> what should i do to the function to achieve that?
> 
> -- UlyLee
> 
> 
> 	
> 		
> __________________________________ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com
> 
> 



	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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.