Re: [xsl] Using saxon:assign and testing content of variable

Subject: Re: [xsl] Using saxon:assign and testing content of variable
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 21 Sep 2005 10:09:26 +0100
> I thought that a count($pageNumber) would have returned 3 for the 3 nodes I 
> added to the variable, instead I get a consistent 1.

If you set a variable with content rather that a select element it
always makes a result tree fragment that corresponds to a node set with
one node, a document node / perhaps you want to count $pageNumber/*
or $pageNumber//* or something?

Do you _really_ need to use saxon:assign?

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
________________________________________________________________________

Current Thread