Hi there,
I’ve been searching for a nice way to “decode” a NotesDocument to text, preferably XML. I found a few coded solutions online, but didn’t know if there was something more “built in” to Notes 8 that might help.
Mike Johnson
Hi there,
I’ve been searching for a nice way to “decode” a NotesDocument to text, preferably XML. I found a few coded solutions online, but didn’t know if there was something more “built in” to Notes 8 that might help.
Mike Johnson
Subject: NotesDocument to XML?
Look at the Java method Document.generateXML. This will transform a Notes document to DXL. If you are using LotusScript, you can use the LS2J interface to call the Java. If you want to generate your own XML, its simple enough to do by writing an element for each item on the document.
Subject: NotesDocument to XML?
Why not export the document as DXL?
Martin Vereecken