depakjan Posted December 9, 2011 Posted December 9, 2011 Please help me in finding the xpath for these nodes <IPAddses><IPAddss><ix>0</ix><addss >124.123.123.330</addss ><desc /></IPAddss><IPAddss><ix>1</ix><addss >124.123.123.331</addss ><desc /></IPAddss><IPAddss><ix>2</ix><addss >124.123.123.332</addss ><desc /></IPAddss><IPAddss><ix>3</ix><addss >124.123.123.333</addss ><desc /></IPAddss><IPAddss><ix>4</ix><addss >124.123.123.334</addss ><desc /></IPAddss><IPAddss><ix>5</ix><addss >124.123.123.335</addss ><desc /></IPAddss><IPAddss><ix>6</ix><addss >124.123.123.336</addss ><desc /></IPAddss><IPAddss><ix>7</ix><addss >124.123.123.337</addss ><desc /></IPAddss><IPAddss><ix>8</ix><addss >124.123.123.338</addss ><desc /></IPAddss><IPAddss><ix>9</ix><addss >124.123.123.339</addss ><desc /></IPAddss></IPAddses> in this xml above, i need xpath to get the value of the ipaddresses eg for getting 124.123.123.330 what xpath should i use?
Ingolme Posted December 9, 2011 Posted December 9, 2011 Did you study the XML, XML DOM and XPath tutorials?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.