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

Re: selecting a parameter using string expression?

Subject: Re: selecting a parameter using string expression?
From: "Mattias Konradsson" <preacher@xxxxxxxxxxx>
Date: Thu, 22 Aug 2002 15:42:09 +0200
access selecting from parameter
A while ago I wrote:
> Hmm, I've bit of a problem, I need to fetch a string from an attribute in
an
> xml-file and then see if there's a parameter with the same name (parameter
> to the stylesheet that is). Can't find any way to run filters on
parameters
> like I can on elements, anyone know how to accomplish this?

I found a solution to there's being no way to access a collection on which
parameters actually been passed to xsl and retrieve the value of a parameter
name, woop woop :)  Instead of passing each parameter separately I simply
build a parameter document and pass that instead as a parameter, like:

<parameters>
    <userID>1</userID>
    <groupID>2</groupID>
</parameters>

Then I can easily loop through the elements of that document variable, look
up certains parameters etc etc. Hows this performance-wise?

best regards
---
Mattias Konradsson


 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.