posted 22 years ago
Hi,
HELP!!!
I went through all the possible help code from the net which tells me how to access the value/child of a tag.
But what I need is to access the column values for each table. There are several tables in this xml file. So, I search for the table name through getElementsByTagName(), then I need to parse for the column-names. I'm not able to make it work with getNextSibling().
<table-name>hist_client</table-name>
<data-element>
<column-name>camp_id</column-name>
<column-name>ccr_id</column-name>
<column-name>record_id</column-name>
<column-name>record_num</column-name>
</data-element>
-thanx