|
load open document in memory -
10-02-2009, 01:55 PM
I have get the instance of document in grove in this way:
self.se = self.sernaDoc().structEditor()
document = self.se.sourceGrove().document()
I want for my example.. read xml document code and print it in a message box or write in text file...
there is a command for read grove like a simple text file?
|