Re: [xsl] problem building a lookup table and find match from a different template

Subject: Re: [xsl] problem building a lookup table and find match from a different template
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Wed, 30 Aug 2006 10:03:12 +0200 (CEST)
Leslie Young wrote:

  Hi

> I am trying to create a table lookup using a set of data
> (dataset2), then process a different set of data
> (dataset1).

  I have a few questions to be sure to understand what you
want.  How do you apply your stylesheet?


> <xsl:variable name="recs-top" select="document('')/*/s:recs"/>

  What do you expect the value of this variable will be?

>   <!-- use dataset2 to build table    -->
>      <xsl:choose>
>       <xsl:when test="dataset2/Root">
>         <xsl:call-template name="build-rec-lookup-table">
>           <xsl:with-param name="dataset" select="dataset2/Root"/>
>         </xsl:call-template>
>       </xsl:when>
>     </xsl:choose>

  What do you expect this will do, exactly?

  Regards,

--drkm





















	
 p5.vert.ukl.yahoo.com uncompressed/chunked Wed Aug 30 07:13:39 GMT 2006 
	
		
___________________________________________________________________________ 
Yahoo! Mail riinvente le mail ! Dicouvrez le nouveau Yahoo! Mail et son interface rivolutionnaire.
http://fr.mail.yahoo.com

Current Thread