If you're using DOM rather than dom4j then try the Xerces mail list ;-)
 
If you have the whole document in memory and wish to display 10 rows from it, then the XPath position() function might be useful. For example the XPath expression...
 
    /*/foo[ position() < 10 ]
 
would select the first 9 foo elements that are immediate childs of the root element.
 
For more help on working with XPath I recommend the Zvon tutorial
 
 
James
 
----- Original Message -----
Sent: Wednesday, July 04, 2001 2:40 AM
Subject: [dom4j-user] Displaying x number of records

I've DOM and I use XSLT to transform in html -
Is there anyway or any other suggestions I can use to display say 10 records each time and more on pressing next -
 
thanks
arsalan
 


Get your FREE download of MSN Explorer at http://explorer.msn.com

_______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to