[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

recognize character entities

Subject: recognize character entities
From: Frank Marent <frank.marent@xxxxxxxxxxx>
Date: Tue, 29 Aug 2006 15:31:51 +0200
character recognize
hi all.

is there a way to recognize and filter only elements which text()
begins with a character entity?

 <Element>&Amp;This is filtered</Element>
 <Element>&epsilon;This filtered</Element>
 <Element>&euro;This is filtered</Element>
 <Element>This is *not* filtered</Element>
 <Element>And this also not</Element>

in a template match like

  <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

frank

(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

Ein Unternehmen der Kalaidos Bildungsgruppe Schweiz

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.