kizziebutler
Programmer
I have written a jsp that uses DOM parser to lists an XML document using JSP. All the records listed are in a paging format. 10 records per page. You can view the records by scrolling through the list. The reasom I used DOM Parser as it loads it into memory first. What I would like to be able to do is search the list, returning the results to the screen? Is this possible with XML, JSP as I haven't seen this done before.