Save XML files

wxdqz

New Member
Hey,

If anyone has the time, could you help me out with this problem I'm having.

I have a question...

I have this xml document, and in it, I have about 60 nodes which all have about 2 attributes and it also has another node inside which has about 10 atributes.

it looks like this basically..

...
<building status="1" name="Bennett A. Brown Commerce Building">
<problem elevator="0" electricity="0" gas="0" haz_mat="0" hv_ac="0" sewer="0" water="0" lan="0" phone="0" comments="0" />
</building>

<building status="1" name="Andrew Young School of Policy Studies">
<problem elevator="0" electricity="0" gas="0" haz_mat="0" hv_ac="0" sewer="0" water="0" lan="0" phone="0" comments="0" />
</building>

...

ok so what I'm trying to do is build a form so the user can edit the values of certain attributes in a node and then save that file so it updates.

"I'm making that form because the user doesn't know squat about xml or programming. I'm trying to migrate them from using the traditional filing papers to sending info on the fly."

What programming langauge should I use, and how can I get this done? Thanks
 
Back
Top