DevilsDragon
Programmer
- Jun 26, 2008
- 2
I have an xml file that is getting quite large and I would like it to automatically paginate after so many entries, say 5 per page for the sake of argument. This is for a real estate site,
Here is a sample of the structure of my xml file:
<property>
<addr></addr>
<mls></mls>
<price>$</price>
<availability>Available</availability>
<desc_heading></desc_heading>
<desc_body></desc_body>
<desc_footer></desc_footer>
</property>
I just got into XML and Spry, so there might be a simple solution that I'm unaware of. The key here is automatic pagination. I don't want to make separate pages every time I get too many on the page.
Any help here will be great. Thanks, guys.
Here is a sample of the structure of my xml file:
<property>
<addr></addr>
<mls></mls>
<price>$</price>
<availability>Available</availability>
<desc_heading></desc_heading>
<desc_body></desc_body>
<desc_footer></desc_footer>
</property>
I just got into XML and Spry, so there might be a simple solution that I'm unaware of. The key here is automatic pagination. I don't want to make separate pages every time I get too many on the page.
Any help here will be great. Thanks, guys.