[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] xsl:apply-template and xsl:for-ech confusion
Subject: RE: [xsl] xsl:apply-template and xsl:for-ech confusion
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 1 Oct 2004 12:56:22 +0100
|
Unless tblMIMCompanies has a child called tblMIMCompanies, you want to
change
<xsl:apply templates select="tblMIMCompanies"/>
to
<xsl:apply templates select="."/>
Reember that for-each changes the context node.
Michael Kay
http://www.saxonica.com/
|