View Single Post
(#1 (permalink))
Old
varo82 varo82 is offline
Junior Member
 
Posts: 4
Join Date: Sep 2009
Default 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?
Reply With Quote