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

RE: Another question!!

Subject: RE: Another question!!
From: Thorbjørn Ravn Andersen <TRA@xxxxxxxx>
Date: Wed, 5 Jul 2000 12:06:57 +0200
RE: Another question!!
> The question is if anybodu knows if this "varde" is possible 
> to use in later on
> in the xsl page or if this is a not god approach!
> I have tried to access it wit something like this
> <xsl:value-of select="@varde"/>

The way to pass down information is by using parameters or variables, which you can read about in §11 in the XSLT specification.

Define <xsl:param name="varde" select="'temp'/>.

It is then referenced as <xsl:value-of select="$varde"/>

By using xsl:param you can override the default value from the command line (XT and Saxon).  xsl:variable cannot be overridden.

--
  Thorbjørn


 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.