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

Re: Change the value of a parameter in a template

Subject: Re: Change the value of a parameter in a template
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Tue, 14 Nov 2000 10:36:39 +0000
Re: Change the value of a parameter in a template
Fredric,

> I want to compare XML-data with a value of a parameter in my XSL-stylesheet.

I may have misunderstood, but I think what you want to achieve is to
find all the 'Right' elements where the 'Left' element that occurs in
the same wc:INSTANCE has a value equal to the $article parameter.  You
don't need to use a template to do this: you can use an XPath.

You are after the Right elements:

  Right

that are children of wc:INSTANCE elements:

  wc:INSTANCE/Right

where the wc:INSTANCE's 'Left' child has a value equal to $article:

  wc:INSTANCE[Left = $article]/Right

Or is it more complicated than this?

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



 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.