RE: applying all rules in a mode

Subject: RE: applying all rules in a mode
From: "Maxime Levesque" <maximel@xxxxxxxxxxxxxx>
Date: Wed, 11 Aug 1999 13:06:35 -0700

   There's the 'contains' and 'starts-with' string functions,

but that's as fancy as string matching gets ...


The "Features under Consideration for Future Versions of XSLT"
section of the XSLT spec includes :

 "support for regular expressions for matching against any or all of text
nodes,
attribute values, attribute names, element type names;"

  I would definitively vote for that if I had a voice ...


> I want to say something like:
>
> <xsl:for-each select="//PERSON[@name='Mi*']">
>
> which would select all of the Mike's, Michael's, etc.
>
> Is there such a syntax in the XSL WD?
>
> Thanks in advance,
>
> Ben Robb
> cScape
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread