|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: apply-templates iside for-each?
Norman Walsh wrote:
>
> Presented with this construction:
>
> <xsl:for-each select="child::*">
> <xsl:variable name="x.ischunk">
> <xsl:call-template name="chunk"/>
> </xsl:variable>
> <xsl:if test="$x.ischunk != 0">
> <xsl:apply-templates select="."/>
> </xsl:if>
> </xsl:for-each>
>
> XT complains:
>
> file:book2.xml:6: xsl:apply-templates inside xsl:for-each
>
> That's an XT bug, right? Or am I overlooking something?
Maybe a template selected by your apply-templates attempts to do an
apply-imports? The error message appears to be a typo in the XT code -
unless I'm misunderstanding that code , the relevant snippet of which
appears to be (from tr/ProcessContextImpl.java):
public void applyImports(Node node, Result result) throws XSLException
{
if (actionForEachLevels != null
&& actionForEachLevels[nOpenActions - 1] > 0)
throw new XSLException("xsl:apply-templates inside xsl:for-each",
node);
[etc]
Colin
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








