|
Subject: [xsl] recognize character entities From: Frank Marent <frank.marent@xxxxxxxxxxx> Date: Tue, 29 Aug 2006 15:31:51 +0200 |
is there a way to recognize and filter only elements which text() begins with a character entity?
<Element>&Amp;This is filtered</Element> <Element>εThis filtered</Element> <Element>€This is filtered</Element> <Element>This is *not* filtered</Element> <Element>And this also not</Element>
<xsl:template match="Element[starts-with(text(),
'recognize_a_character_entity_here')]">
<NewElement>
<xsl:apply-templates select="@* | node()"/>
</NewElement>
</xsl:template>for mathematical xml-files we have a lot (around 2000) character entities to recognize and no chance to select them individually.
thanks in advance for any help
(thanks to mukul, abel and michael for answering my apostrophe/ quotation mark question) -- Frank Marent CTO
emnemics ag Jungholzstrasse 43 CH-8050 Z|rich
Tel +41 44 307 32 71 Fax +41 44 307 32 75 Mail frank.marent@xxxxxxxxxxx Skype frank.marent URL www.emnemics.ch
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Sort by calculated value, Giancarlo Rossi | Thread | Re: [xsl] recognize character entit, David Carlisle |
| Re: [xsl] namespace problem, Markus Innerebner | Date | Re: [xsl] recognize character entit, David Carlisle |
| Month |