Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Paging with XSL

Status
Not open for further replies.

msalvador

Programmer
Nov 13, 2001
33
0
0
IT
Hi, i'm learning XSL(T), i try to convert my asp page with all functionality to xml+xsl+html(or Asp it's the same).
My asp page use ADO to inspect a table from a SQLSERVERDB
(Select * FROM BOOKS).
To improve the asp page performance i use paging method.
Now i try co convert the old asp page, the query produce a xml file with the same resulset of ADO Query, there is a method to paging resulset with xsl?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top