transparent
Programmer
I have an object obj_XML which contains an xml document.
I want to create a function which grabs the nth to the mth node from the obj_xml object.
ie
grabnodes(2,5) would return nodes 2,3,4,5.
Any ideas?
Cheers
I want to create a function which grabs the nth to the mth node from the obj_xml object.
ie
grabnodes(2,5) would return nodes 2,3,4,5.
Any ideas?
Cheers