Ok..I'm new to XML, but I've worked alot with mySQL and PHP so I understand the concepts that XML is using, I just don't know all the key terms and syntax and what not.
First, if I have an XML file with say 20 records and I only want to retrive the first 10, how can that be done, instead of returning all 20.
Second, with the same XML file if I want to move my pointer to Record 10 and retrive the next 5...how can that be done? (Basically I want to start my record pointer on record 10 instead of record 1 and grab the next 5).
I've done searchs but without knowing what things are called and having any idea of key words for XML or anything like that I'm at a bit of a lost on how to search for this.
All help is welcomed and I thnka everyone who helps me!
First, if I have an XML file with say 20 records and I only want to retrive the first 10, how can that be done, instead of returning all 20.
Second, with the same XML file if I want to move my pointer to Record 10 and retrive the next 5...how can that be done? (Basically I want to start my record pointer on record 10 instead of record 1 and grab the next 5).
I've done searchs but without knowing what things are called and having any idea of key words for XML or anything like that I'm at a bit of a lost on how to search for this.
All help is welcomed and I thnka everyone who helps me!