Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

xml help getting started

  Asked By: Koila    Date: Sep 14    Category: Java    Views: 637
  

I'm starting to get into creating
Swing apps that edit info in
Databases and using JDBC.
But I really want to get into creating
Java apps that edit xml files.
What packages can I use?
Which packages are pretty straight
Forward to use?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Mario Ryan     Answered On: Sep 14

Using SAX or DOM, u can manupulate XML documents. Visit this Url for more
details..
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
Also u can manupulate XML documents Using JOX. Visit.....
http://www.wutka.com/index.html

 
Answer #2    Answered By: Garry Sanchez     Answered On: Sep 14

download xerces. and it will help  you read and write the XML files.

 
Didn't find what you were looking for? Find more on xml help getting started Or get search suggestion and latest updates.




Tagged: