Re: [xsl] recognize character entities

Subject: Re: [xsl] recognize character entities
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 31 Aug 2006 16:14:33 +0100
  You might be better writing this as

  *[not(matches(., '^[&#31;-&#591;]'))]

sorry that's not well formed: 32 + 1 is 33 not 31.. make that &#33;
(otherwise known as !)

David

Current Thread