Re: [xsl] adding a condition to a stylesheet

Subject: Re: [xsl] adding a condition to a stylesheet
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Thu, 09 Jan 2003 13:10:19 +0000
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


Current Thread