Re: [xsl] Paging and Sorting

Subject: Re: [xsl] Paging and Sorting
From: Mark Nahabedian <naha@xxxxxxxxxx>
Date: Thu, 18 Oct 2001 17:25:29 -0400
Katie McNally writes:
[...]
 > The data is being displayed above the table as:
 > 9823410-Mar-2001 New 10-Nov-1999 Max Lyons 23492 Jen Masters L 1 Josh 
 > Masters P 2 300 S. State St. 140000.0 TRUE 7.10 13-Aug-2000

Somehow, the template which outputs the information about a single
loan is being executed via another path than the one that wraps a
table around them.  This might be due to the built-in template which
matches any element and does <apply-templates/>.

I had this problem with one of my stylesheets the other day.  I added
explicit templates to shadow this built-in one for some of my
document's elements.

Another approach would be to use a mode for the path from your table
to your loan template and have another template for loan (without the
mode) that does nothing.

The idea is to make sure that your loan elements are only processed
within the table you're generating and not any other way.

Sorry I can't give more detail, I don't have your previous messages
handy.




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


Current Thread