How do I print only the 5 latest products? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
I have an XML file with 10 products with their registered dates(dates
when they were created).
My XSL code is set so that it sorts the products in descending
order(latest to oldest) by registered dates.
I tried to declare xsl:variable to increment within xsl:for-each,
however I ran in to some dead ends.
- [PHP] About XSL Transformation Kelvin Park
- Re: [PHP] About XSL Transformation Nathan Nobbe
- Re: [PHP] About XSL Transformation Kelvin Park
- Re: [PHP] About XSL Transformation Andrew Ballard