View Single Post
Old 01-02-2009, 12:43 PM   #1
Angahran
Premium Member
 
Join Date: Sep 2002
Posts: 360
Interface Author - Click to view interfaces
Question Java .xml parser ?

Hi all,
I've just started to teach myself Java, and though I'd give myself a project.
So, I'm trying to put something together to edit .xml files.

First step was simply to be able to read one in and write it out (I'm a complete novice at Java), possible sorting each element so that everything is defined in the same order as it is in SIDL.xml.

Being a great fan of not reinventing the wheel I was wondering if anyone else had attempted this and if so if they would be willing to share their code ?

So far I have all the classes made for the eq elements and am adding the get/set methods. Then it'll be the read/write methods.

Ang.
Angahran is offline   Reply With Quote