Say I generate a document using dom, and I can append it to the layout, how
would I be able to save the document with the appended data?
Eg. If I got
<data>
<info>
<name>mike</name>
</info>
</data>
in memory how would I be able to insert it into document that can be saved
as a file?
How does the editor does it? It seem to me from reading the code that it
maintain multiple version of the document?
Mike
