Hi Adam,
My problem is that I can't seem to write the cuteEditor markup to file. As you can see it is executed within a buttonclick event handler. It should work with a blank page that contains only a button control.
The idea is quite simple. I want to take the string of xhtml output from the editor and then write it to disk. I would like it to become the innerxml for an XML document object first before I write the entire XML document object to disk. I think my entire file would simply confuse the issue. Can you just consider that this code operates on its own within a buttonclick hander fired from a simple button on a page with nothing else on it? Thanks.
Peter