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

RE: Why is my xsl:param empty? (passed with xsl_with-p

Subject: RE: Why is my xsl:param empty? (passed with xsl_with-param) SOLVED thanks to Mike Kay
From: Rene de Vries <RdVries@xxxxxxxxxxx>
Date: Fri, 15 Jun 2001 11:57:46 +0200
xsl param empty
Thanks Mike!

I've changed <xsl:template match="/"> into <xsl:template match="root"> and that did the trick!
But how could I know that "Built-in templates don't pass their parameters on to the templates they call."?
Why is that and is it in your book (XSLT 2nd) somewhere?

Greetings Rene
   { @   @ }
        ^
      \__/

"You don't need eyes to see, you need vision!"

-----Oorspronkelijk bericht-----
Van:	Michael Kay [SMTP:mhkay@xxxxxxxxxxxx]
Verzonden:	vrijdag 15 juni 2001 11:45
Aan:	xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Onderwerp:	RE:  Why is my xsl:param empty? (passed with xsl_with-param)

> I'm playing around with xsl:with-param and xsl:param, but I
> cant get my param passed. What do I do wrong?

Your first template rule doesn't call the second one directly, it does so
via the built-in template for the <root> element. Built-in templates don't
pass their parameters on to the templates they call.

Mike Kay

> I expect:
>
> $trythis: 8
> $trythis: 8
>
> but I get
>
> $trythis:
> $trythis:
>
> xml:
> <root>
> 	<x>bla</x>
> 	<x>blabla</x>
> </root>
>
> xsl:
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
>
> 	<xsl:template match="/">
>
> 		<xsl:apply-templates>
> 			<xsl:with-param name="trythis" select="8"/>
> 		</xsl:apply-templates>
>
> 	</xsl:template>
>
> 	<xsl:template match="x">
>
> 		<xsl:param name="trythis"/>
>
> 		<p>
> 			$trythis: <xsl:value-of select="$trythis"/>
> 		</p>
>
> 	</xsl:template>
>
> </xsl:stylesheet>
>
> Greetings Rene
>    { @   @ }
>         ^
>       \__/
>
> "You don't need eyes to see, you need vision!"
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


 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.