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

RE: mapping 2 attribute values to a 3rd

Subject: RE: mapping 2 attribute values to a 3rd
From: Kevin Rodgers <kevin.rodgers@xxxxxxx>
Date: Thu, 3 Feb 2005 11:07:25 -0700
RE:  mapping 2 attribute values to a 3rd
Michael Kay writes:
> Context changes inside the predicate. You need to replace
> 
> @status = specific_status
> 
> with
> 
> @status = current()/specific_status
> 
> and the same for doc_lang_list

Thanks, but I find the spec completely unreadable on that topic.  Can I
avoid that by using variables, like this:

  <xsl:variable name="specific-status"
                select="specific_status"/>
  <xsl:variable name="title-lang"
                select="title_list/title[@type='TITLE'][1][@lang]"/>
...
  [@status=$specific-status and @lang=$title-lang]

-- 
Kevin

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.