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