xsl-list
[Top] [All Lists]

[xsl] XML text search & replace

2011-03-23 08:50:17
Hello

There is a requirement to search for a particular pattern in XML
documents and replace them by reading another XML file and copying
over the replacement text correcpinding to the original text.  I have
been trying to use <xsl:analyze-string> in xslt 2.0. but I am not sure
how to read another XML file using this tag.

As an example, if I have some text tagged within <para> tags :

<para> this is a simple text</para>

I have an external xml file of the form:

<matchtext>simple</matchtext>
<replacetext>hard</replacetext>

In my <xsl:matching-substring>, can I use doc() to read the external
XML file and replace the text?

Any ideas, suggestions or a better approach is appreciated.
Thanks in advance for your help.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>