|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How to define a global parameter and change its va
[Chi Lin] > Thanks Tom, > > I found another way to assign value for a global parameter which takes value > from one specific element in the XML file. > > This is line I used: <xsl:param name="className" select="//Class"/> > The information I was looking for is the value in <Class>value</Class> to be > used in one template. > > It works for me now. Thanks for all the people who responded. > I'm glad that it works, but it may not always give what you want. The parameter will contain a node set consisting of all "Class" nodes, whatever element they are children of. If you use xsl:value-of, it will give you the string value of the first of these. That may or may not be what you want, depending on the xml you are transforming. You may have to be more specific in specifying the value of your param, since you won't be able to change it as you move from element to element. Cheers, Tom P 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








