In article <[EMAIL PROTECTED]>,
 Patrick <[EMAIL PROTECTED]> wrote:

> I'm trying to follow your suggestion, but this is where I'm stuck:
> 
> > <xsl:variable name="cells">
> >   <xsl:call-template name="your-template"/>
> > </xsl:variable>
> 
> The variable "cells" contains the correct data as returned by my template but
> not as a node-set, so I can't act on it as such.  I ran into this before when 
> I
> was trying to get something else to work.  I think the problem may be that 
> I'm
> using XSLT 1.0/XPath 1.0.  If I have to use 2.0, will that work with Apache 
> FOP
> 0.20.5?
> 
> Thanks.

Many vendors provide a nodeset extension.  I know xalan does.  In that 
case you do do a <xalan:nodeset select="$cells/xyx"/> or some such.

-arturo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to