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

Re: Best way to handle multiple string replacements?

Subject: Re: Best way to handle multiple string replacements?
From: Warren Hedley <w.hedley@xxxxxxxxxxxxxx>
Date: Tue, 06 Jun 2000 10:42:20 -0400
replace the dodgy strings
Sebastian Rahtz wrote:
> 
> I am full of admiration for Jeni's ingenuity, but I wonder whether a
> simpler approach might not be to build  a lookup table of character
> positions and their expansions (using XSL keys), and then cycle over
> the text letter by letter seeing if there is a replacement?

With longish text nodes, this approach could result in some pretty
deep recursion couldn't it? I once managed to crash Saxon using
exactly this approach (although I can't duplicate that result now).

> If you work by cycling through the replacements, surely
> 
> <foo:char>$</foo:char>
> and
> <foo:replace>$\mathbb{P}$</foo:replace>
> 
> will fight? the $ in the second fragment might end up escaped

This always happens with languages with special characters (even
XML, when doing some dodgy escaping to produce elements). So far
I've always managed to find an order of character replacement
that works. If not, you can replace special characters with some
really unlikely string, do some more replacement, and then replace
the unlikely string with the desired result as the final step.

-- 
Warren Hedley
Department of Engineering Science
Auckland University
New Zealand


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.