Text replacement
- From: "Markus" <Markus.Weseloh@xxxxxxxx>
- Date: 15 Dec 2005 22:27:33 -0800
Hello,
I have a question concerning XSL and text replacement. I have the
following simple XML structure:
<data>
<element>ř{Dž</element>
</data>
Now I want to transform this to:
<data>
<element>+++</element>
</data>
So what I want to do is to replace parts of the form &#<number>; with a
special character (e.g. +). Of course I want to do this in attribute
values too and it might be possible that a string is mixed:
řab{cdefDž will be transformed to +ab+cdef+. Is it
possible to do this in XSL with
a) no self written extension (only standards)
b) the usage of XSL 1.0 (no absolute necessary)?
Regards
Markus
.
- Follow-Ups:
- Re: Text replacement
- From: Magnus Henriksson
- Re: Text replacement
- From: Dimitre Novatchev
- Re: Text replacement
- Prev by Date: Re: Need xsl help
- Next by Date: Re: Need xsl help
- Previous by thread: [Announce] Dr. Michael Kay Shows the Way to Schema-Aware Queries and Stylesheets
- Next by thread: Re: Text replacement
- Index(es):