xsl-list
[Top] [All Lists]

Re: [xsl] XSLT 1.0 support in browsers, as of June 2008

2008-06-18 09:02:33
Wendell Piez wrote:
At 11:01 AM 6/18/2008, it was written:
and
<xsl:if test="not(ancestor::ed:del) and not(//xref[(_at_)target=$anchor])">
...very much :0)

The only way to avoid the "//" above would be to use xsl:key

Is that they case? Binding //xref or //xref[(_at_)target] to a variable might do nearly as well as a key.

Now that's a good proposal. Will try later and report back...

...

BR, Julian

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