Re: [xsl] How efficient is DVC? - A grouping example - FIXED

Subject: Re: [xsl] How efficient is DVC? - A grouping example - FIXED
From: Mike Brown <mike@xxxxxxxx>
Date: Sat, 22 Mar 2003 22:41:01 -0700 (MST)
Robbert van Dalen wrote:
> OK, here come the *complete * working examples.

Your final stylesheet (not the examples) has errors that prevent it from
compiling for me in other processors. In three places you end part of an XPath
expression with "key[1]/". The trailing slash should not be there.

You also have this:
<xsl:param name="pivots" select="../"/>
I assume you meant to select ".."

If Xalan is not catching these invalid expressions, file a bug report.

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread