RE: if - will this work?

Subject: RE: if - will this work?
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Mon, 5 Jun 2000 16:08:03 +0100
> >Wishful thinking, I'm afraid. There's no regular expression 
> matching in
> >XPath. There's no ends-with() function, either. Use something like
> >substring(@src, string-length(@src)-3, 4)='.gif'
> 
> Just to add: an alternative, as long as you can guarantee 
> that the image
> filename doesn't contain any other dots, is to use 
> substring-after(@src,
> '.') = 'gif'.

Or you could even use contains(@src, '.gif')

Ben


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


Current Thread