I'm starting to get into creatingSwing apps that edit info inDatabases and using JDBC.But I really want to get into creatingJava apps that edit xml files.What packages can I use?Which packages are pretty straightForward to use?
Using SAX or DOM, u can manupulate XML documents. Visit this Url for moredetails..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
download xerces. and it will help you read and write the XML files.