Re: [xsl] Multi -step processing in a function using XSLT 2.0

Subject: Re: [xsl] Multi -step processing in a function using XSLT 2.0
From: Agnisys <agnisys@xxxxxxxxx>
Date: Tue, 13 Dec 2005 07:42:20 -0800 (PST)
Hi,
  Excuse the noise. I did find the answer. I create a 2nd variable where I process the first by
directly referring to it. I was confused because if the "select" attribute for a variable is set
then the body can't have any content.
Anupam.


--- Agnisys <agnisys@xxxxxxxxx> wrote:

> Hi,
>   In a function, I need to create a temporary tree using a xsl:variable.
>   Then within the same function, I need to create another temporary tree and pass the first tree
> to it.
>   The function then returns some strings based on the second temporary tree.
>   How should I go about doing this? I know I can break the function up into a couple or use
> templates but I wanted all code related to this multi-step processing to be confined to this
> function.
> 
> Thanks,
> Anupam.
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread