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

Re: String->LocationPath

Subject: Re: String->LocationPath
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 29 Nov 1999 17:45:04 GMT
Re: String->LocationPath
> Is there anything I can do except generating the
> stylesheet on the fly ?

It depends on how general you want to be.

If you have a finite list of possible sensible values for the query
parameter, you can have an xsl:choose that just does a different
call to apply templates depending on the value of $query.

If query can be arbitrary, but is only ever an element name not a full
xpath expression (and you are not too namespace aware) you can go

 <xsl:apply-templates select="*[name(.)=$query]"/>

Anything other than those two cases, I think you probably do want to
generate the stylesheet from the query string.

David


 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.