Re: [xsl] Re: Re: Using XSLT to add markup to a document

Subject: Re: [xsl] Re: Re: Using XSLT to add markup to a document
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 8 Jul 2003 11:30:21 +0100
Jeni

  Getting whole-word-only matches is much more complicated, in fact I
  can't think of a good approach right now, but perhaps someone else
  can?
  

schema/xpath regexp don't seem to have the emppty word boundary regexp
escapes (perhaps they should have...) but you could add (\W|^|$) before
and after the regexp, couldn't you to match a non-word character or
end-of-string, and then just replace those groups before and after your
<special> element.


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread