I'm not sure what you mean by "the updates aren't saving".

When you modify the DOM, you are _only_ altering the copy that was loaded
into the DOM. If you want to write that back to the file you must do so
explicitly -- by running the equivalent of DOMPrint, with output directed
to the intended file.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to