Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
[size=14]Hi: Anyone know how to rewind or reset to the begining the pointer in an xml parser? I have been able to load a file and parse it, getting both elements and attributes. I want to be able to count the elements on a first pass however, then go back and read the attributes on a second pass as I build the objects (elements) in the main program. thanks <?xml version="1.0"?>[/size] |
||||
|
currently not possible, but you could add this functionality, irrXML is open source :) |
||||
|
Thanks: I'll get to work on it |
|