Get ID from XML and use for API call and then save that xml -



Get ID from XML and use for API call and then save that xml -

i got xml @ lot of data.. in xml got id.. , need id making api call, xml back, need save xml computer, , need next id in xml..

here of xml got..

<game> <id>5</id> <gametitle>donkey kong</gametitle> <releasedate>01/01/1982</releasedate> <platform>nintendo amusement scheme (nes)</platform> </game> <game> <id>76</id> <gametitle>bionic commando</gametitle> <releasedate>12/06/1988</releasedate> <platform>nintendo amusement scheme (nes)</platform> </game>

and want utilize id number different games in xml.. phone call on api , xml out want save.. how can this? prefer in java, open in other language to..

api

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -