jollyplay
Programmer
- Dec 16, 2003
- 90
Hi,
I am using JDOM to parse the xml file. I'm able get the text value from the xml file.
I'm havaing a xml file like this,
<config>
<database>
<tableName>emp</tableName>
<columnName>
<column>id</column>
<column>dept</column>
</columnName>
<database>
</config>
I need to get the column names in an array. I don't know how to get it. Kindly give me some idea to solve this issue.
Thanks in advance.
I am using JDOM to parse the xml file. I'm able get the text value from the xml file.
I'm havaing a xml file like this,
<config>
<database>
<tableName>emp</tableName>
<columnName>
<column>id</column>
<column>dept</column>
</columnName>
<database>
</config>
I need to get the column names in an array. I don't know how to get it. Kindly give me some idea to solve this issue.
Thanks in advance.