0

i have a problem with get data from xml file using j2se is anybody can help me, iam stuck. Or you can teach me the code to do that thanks i am using iso8583 not just an xml file

Yusuf1494
  • 252
  • 1
  • 5
  • 16
  • what is the problem you are facing? If you are just looking for how to parse xml data in Java, you can do a search on the net to get some nice tutorials. – Vikdor Nov 02 '12 at 02:52
  • See [this](http://www.kodejava.org/examples/267.html) for example, it reads data from xml. – Jacob Nov 02 '12 at 03:03
  • simillar question http://stackoverflow.com/questions/373833/best-xml-parser-for-java – sasankad Nov 02 '12 at 03:06

1 Answers1

1

you can use the dom4j library,it's easy.

JavaLover
  • 19
  • 3