xsl-list
[Top] [All Lists]

Re: [xsl] Using XSLT to do a search & replace

2011-04-21 13:17:39
This sounds like something that would be easy to do with an XSLT
identity transform with a template for each pattern that needs to be
replaced with something else.

However, I don't quite understand the meaning of your examples.  What
do the square brackets mean?  Can you provide a short sample of input
and the corresponding output?

-Brandon :)


On Thu, Apr 21, 2011 at 2:09 PM, Bubba O'Reily 
<killswi7ch1(_at_)live(_dot_)com> wrote:




Hi,

I have a XML file that I want to transform. I want to be able to do a
search & replace on elements in the XML and replace them. For example:

Replace <para> with [ParaStyle:para]
Replace <text> with [ParaStyle:text]

etc...

I would like to have all the search & replace in one file which is
called or imported by the main script. Does something like this already
exist? I've been searching the internet but can't find a nice example.
--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>