AW: Parsing XML

2005-01-31 Thread Jan . Materne
> Thank you for your answer - can i ask another question? yes - but on the list :) > I want the GUI to create a list that the user can click on to > execute an > individual target or else see the attributes of that target. > > I am thinking a hashtable is the best option since i need the targe

Re: Parsing XML

2005-01-31 Thread Alan Gutierrez
* Longie <[EMAIL PROTECTED]> [2005-01-31 06:19]: > Hello > > I am not sure if this is the correct place to post this but i am sure > somebody can help. > > I have a GUI written in java and i am parsing the build.xml for ant. I > can parse through it and print out the different targets. The next s

AW: Parsing XML

2005-01-31 Thread Jan . Materne
[EMAIL PROTECTED] > Gesendet am: Montag, 31. Januar 2005 12:14 > An: user@ant.apache.org > Betreff: Parsing XML > > Hello > > I am not sure if this is the correct place to post this but i am sure > somebody can help. > > I have a GUI written in java and i am parsing

Parsing XML

2005-01-31 Thread Longie
Hello I am not sure if this is the correct place to post this but i am sure somebody can help. I have a GUI written in java and i am parsing the build.xml for ant. I can parse through it and print out the different targets. The next step is to put each target into a vector or hashtable. SO i have