xsl-list
[Top] [All Lists]

RE: mapping 2 attribute values to a 3rd

2005-02-03 11:07:25
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[(_at_)type='TITLE'][1][(_at_)lang]"/>
...
  [(_at_)status=$specific-status and @lang=$title-lang]

-- 
Kevin


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>