Parsing XML which as same child node with unix timestamp as prefix in java -


could me in parsing below xml ? have xml has childnode_ appended dynamic unix time-stamp each node.

    <data>      <childnode_1432157610>          <element>a</element>      </childnode_1432157610>     <childnode_1532157610>      <element>a</element>     </childnode_1532157610>     <childnode_1632157610>      <element>a</element>     </childnode_1632157610> </data> 


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -