hi there
I wonder how to do a pagination on a flat xml file like this
one...
<root>
<tbl_leads>
<ID>1</ID>
<lead>
http://gemssty.com/</lead> <cate>Daily Blog</cate>
</tbl_leads>
<tbl_leads>
<ID>1</ID>
<lead>
http://gemssty.com/</lead> <cate>Daily Blog</cate>
</tbl_leads>
<tbl_leads>
<ID>1</ID>
<lead>
http://gemssty.com/</lead> <cate>Daily Blog</cate>
</tbl_leads>
</root>
I have over 100 nodes. i like to paginate like in the sample
page but I don;t know where to start. Can someone help me please.
thanks
kristtee