[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Apply-Templates

Subject: RE: Apply-Templates
From: David Neary <David@xxxxxxxxx>
Date: Mon, 12 May 2003 14:56:22 +0200
RE:  Apply-Templates

De : Elmar.Hurni@xxxxxx [mailto:Elmar.Hurni@xxxxxx]
> Hello

salut,

> 	<xsl:apply-templates select="layout/page-setup/*[$nodeNr]"/>
> It does not work. The Nodes to be execute are all Template 

I am assuming that you are defininng nodeNr like this...

<xsl:variable name="nodeNr"><xsl:value-of
select="myNodeNumber"/></xsl:variable>

In this case, in a number context, $nodeNr evaluates to the numerical value
of the tree segment contained in the variable. Which is probably not what
you want.

If you change your variable declaration to 
<xsl:variable name="nodeNr" select="myNodeNumber"/>

things should be better.

> If i generate first a Variable, then i get the following error:
> 	-> NOT A NODE OR NODESET

I don't understand this, though...

Cheers,
Dave.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.