xsl-list
[Top] [All Lists]

Re: adding a condition to a stylesheet

2003-01-09 06:10:19
Hi Marina,

You can add predicates (square-bracket expressions) at any step in an XPath expression, so for instance you could use:

   count(LOG/*[normalize-space(USAGE) = 'TELL']/MESSAGE)

(Good problem description, BTW - always helps to have something that actually runs)

Francis.

--
"Never mind manoeuvre, go straight at 'em." - Admiral Horatio Nelson



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



<Prev in Thread] Current Thread [Next in Thread>