I am usign the DXL exporter to export & search notes database designs.
The main problem I am experiencing (there are others) is that outlines do not seem to export properly.
To run the export I create a notesnotecollection and make sure I select all design elements etc. The resulting DXL only contains some confusing elements that contain partial information about the outlines, but not the code elements I am looking for.
I have even created and empty ntf and export everything using Call notesNoteCollection.SelectAllNotes( selectorValue )
Has anyone successfully exported outlines? Also are there any other decent resources on the exporter and SAX parser.
If memory serves, the DXL exporter code in R6 wasn’t able to export outlines in the “nice” DXL format, but rather in “raw” note format only (which is really only good for round-tripping to be able to import it again properly). Not sure when it will be available in the “nice” format.
PS: DDSearch 2.01 might already do what you want to do (it uses DXL, too)
The combination of note class “filter” and “m” in $Flags shows that the note is an outline. The data type “1a” shows that the $SiteMapList item contains an outline.