I
icogs
I may be a bit out of my depth here but...
.... say you have an application which processes some XML document,
perhaps creating SVG or HTML output to be displayed in the browser.
There are a number of XML parsers for js out there and I imagine it
won't be too hard to figure those out (though recommendations for good
ones welcome, naturally). But what if you then want to script changes
to that document's DOM dynamically. Is it possible in js to react to
those updates automatically in the same manner that a browser will
automatically render scripted changes in an HTML or SVG DOM?
I hope that's not too vague..
.... say you have an application which processes some XML document,
perhaps creating SVG or HTML output to be displayed in the browser.
There are a number of XML parsers for js out there and I imagine it
won't be too hard to figure those out (though recommendations for good
ones welcome, naturally). But what if you then want to script changes
to that document's DOM dynamically. Is it possible in js to react to
those updates automatically in the same manner that a browser will
automatically render scripted changes in an HTML or SVG DOM?
I hope that's not too vague..