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

Subject: Re: [xsl] XSLT 1.0 support in browsers, as of June 2008
From: Julian Reschke <julian.reschke@xxxxxx>
Date: Wed, 18 Jun 2008 18:02:11 +0200
Wendell Piez wrote:
At 11:01 AM 6/18/2008, it was written:
and
<xsl:if test="not(ancestor::ed:del) and not(//xref[@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[@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


Current Thread