[
Lists Home |
Date Index |
Thread Index
]
Hello,
I'm sorry for the incomplet message. Here is the good
one.
I have an xml file with the following structure:
<?xml version="1.0" encoding="UTF-8"?>
<uniqueKeyList>
<uniqueKey>1.1.1.1</uniqueKey>
<uniqueKey>1.1.1.2</uniqueKey>
<uniqueKey>1.2.3.4</uniqueKey>
...
</uniqueKeyList>
I need to get all the uniqueKey value an independant
way, for example:
1.1.1.1 then
1.1.1.2 then
1.2.3.4
How can I do that in java? Where do I begin? How can I
convert the xml file as an xml object and manipulate
it?
Thanks a lot,
_____________________________________________________________________________
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com
|