On Jul 24, 2007, at 5:20 AM, Ard Schrijvers wrote:
I have been using similar xsls like you describe below in the past,
but....I think after 3 years of using it I came to realize (500
internal server error) that it can lead to nasty errors when you
have a recursive call like (though I am not sure wether it depends
on your xslt processor, al least xalan has the problem)
Yes -- in the public facing apps we have we limit the page counter to
n + 10.
Not sure if this is a Solr thing to fix, I've been told many times
never have solr go right out to xsl to html, so conceivably you'd
have a "real" web app in between that can easily do paging.
-b