[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Keeping a running total? (Redo)
Since it's a parameter, this can already be done.
From: didoss@xxxxxxxxxxx Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: Re: Keeping a running total? (Redo) Date: Wed, 12 Jul 2006 12:49:27 +0000 > <xsl:stylesheet version="2.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:xs="http://www.w3.org/2001/XMLSchema" > xmlns:f="http://fxsl.sf.net/" > exclude-result-prefixes="f xs" > > > <xsl:import href="../f/func-scanl.xsl"/> > <xsl:import href="../f/func-Operators.xsl"/> > <xsl:import href="../f/func-map.xsl"/> > > <!-- To be run against: ..\data\testFunc-Scanl2.xml --> > > <xsl:output omit-xml-declaration="yes" indent="yes"/> > > <xsl:param name="prunQuatas" as="element()+"> > <q name="widgets" min="1" max="8"/> > <q name="gadgets" min="9" max="13"/> > <q name="excess" min="14" max="999999999"/> > </xsl:param> > _________________________________________________________________ Windows Live Messenger has arrived. Click here to download it for free! http://imagine-msn.com/messenger/launch80/?locale=en-gb
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|