Re: [xsl] text replacement with mixed content

Subject: Re: [xsl] text replacement with mixed content
From: Geert Bormans <geert@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 31 Aug 2011 10:57:33 +0200
Hi Andrew,

Thanks for your suggestion,

Don't get me wrong, I am not looking for a working solution for free.

I am just looking for suggestions on the approach,
just like the one you just gave me.
Thanks for that, let me think about it, there are definitely some thoughts worth considering in there


cheers

Geert


This isn't a trivial task, so you may or may not get someone to give
you a working solution for free.....

One way to tackle this is to:

- tokenize the search string into individual words

- mark up those individual works in the document

- identify sequences of that markup

- replace the sequences with the replacement markup


-- Andrew Welch http://andrewjwelch.com

Current Thread