xsl-list
[Top] [All Lists]

Re: [xsl] Using a custom variable derived from one XML file to search another and retrieve values of child nodes

2008-07-20 06:00:54
Rob Newman wrote:

  Hi

<xsl:template match="station">
    <Placemark>
       <xsl:variable name="thisSta"><xsl:value-of select="@name" /></
xsl:variable>
       <name><xsl:value-of select="$thisSta" /></name>
       <xsl:template match="document( sources/source/@href, .)/ 
dataloggerlist/datalogger/@name=$thisSta">

  This is not a correct XSLT snippet.  You can't have embedded template
rules.  I guess you want rather a for-each, or an apply-templates +
separated template rule.

  Regards,

--drkm





















      
_____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr


--~------------------------------------------------------------------
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>
--~--