xsl-list
[Top] [All Lists]

RE: [xsl] Temporary tree elements and namespaces: Further question

2008-02-15 06:58:06
I think that my problem was that I couldn't (still can't) 
understanding why the current context didn't apply to the 
@href inside the concat expression.
At what point does the current context ( <a href.. in the 
default xhtml
namespace) cease to apply?

The two places in XPath that change the context are (a) the "/" operator -
the context on the right is set by the expression on the left, and (b) the
"[]" operator - the context within the predicate is the item being tested
against the predicate.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
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>
--~--