[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Passing sort criteria as a paramter
> I have been passing the sort element name into my xsl by way of a > parameter. I then do this: > > <xsl:sort select="*[local-name() = $sortby"]"> > > and this works great. Now, I want to qualify the element name, such > that the select attribute would read > > select="Amount[../IsCredit=1]" > > if I wanted to just park the select attribute at one element. > > Now, how can I pass the above predicated element name into the > stylesheet? If you want to process general XPath expressions supplied as strings, you need a processor that supports the evaluate() extension function, e.g. Saxon or Xalan. Mike Kay 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
|