Re: [xsl] Need to fill in number of output nodes...

Subject: Re: [xsl] Need to fill in number of output nodes...
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 11 Sep 2003 15:35:19 +0100
One way, that you alluded too is to do a second pass on at least that
part of the document, using xx:node-set() then you can just use count().

If that is not a suitable method, the elements generared must be a
function of the input documents, so in principle you should be able to
work out the number that are generated as a function of teh same input,
but without knowing any details of your transformation it's impossible
to say what that function is.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread