xsl-list
[Top] [All Lists]

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

2006-08-30 01:03:46
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 réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--