Im trying to make the 2 examples at that website to work for me. I think it has problems with the `` and ` trying to replace those and still getting some errors. I cannot make it to work.
Im having an error on this area <xsl:whentest="umbraco.library:RequestQueryString('page') <= 0 or string(umbraco.library:RequestQueryString('page')) = "orstring(umbraco.library:RequestQueryString('page')) = 'NaN'">0</xsl:when>
XSLT paging with content preview
Hi,
I have an umrbaco site that is structured like this (left side of the picture) http://i59.photobucket.com/albums/g294/Curlybub26/paging-with-content-preview.jpg There would be serveral news that will be displayed maybe around 30 items. I want to achieve the output on the right http://i59.photobucket.com/albums/g294/Curlybub26/paging-with-content-preview.jpg wherein there is a paging, title and a line from the content is listed. I found an XSLT like this before already in the forums. However I cannot see it anymore. Does anyone here have a link to that XSLT?
Thank you.
Regards,
Harry
Hi Harry,
Don't know of an example in the forums, but here's an excellent example.
Cheers,
/Dirk
Hi Dirk,
Im trying to make the 2 examples at that website to work for me. I think it has problems with the `` and ` trying to replace those and still getting some errors. I cannot make it to work.
Thank you.
Regards,
Harry
Here is the code that Im currently fixing from the site:
Im having an error on this area <xsl:when test="umbraco.library:RequestQueryString('page') <= 0 or string(umbraco.library:RequestQueryString('page')) = " or string(umbraco.library:RequestQueryString('page')) = 'NaN'">0</xsl:when>
:D
is working on a reply...