Forum Moderators: open

Message Too Old, No Replies

Modifying XML file at Runtime

         

hemasud

4:52 am on Jun 14, 2002 (gmt 0)



AT runtime i want to modify xml file, like adding new node,deleting node,
or modifying attribute value,
is it possible.
i use domparser

tedster

4:43 pm on Jun 14, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World, hemasud.

I don't have the answer myself, but I've put out a call to someone who might. Hang in there.

Xoc

10:07 pm on Jun 14, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm not familiar with domparser, but most parsers have methods that take an existing node and either delete it, add a child, or add an attribute. It depends on the language that you are using and the particulars of its parser on what the actual syntax is.