Hello,
<xsl:value-of select="count(*[starts-with(name(),'WAAUX')])"/>
I would like to count each element that starts with a 'WAAUX' then any
two digit numbers and rest doesn't matter.
e.g.
WAAUX02xxx -> should be counted
WAAUXCallerID -> should NOT be counted
WAAUX04xxx -> should be counted
I guess I need to use concat('WAAUX', ... ) within the count above.
But can I use a star as wild card in this case?
Any idea?
Many thanks
Houman
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--