View Single Post
  #4  
Old 04-14-2006, 05:36 PM
redflux redflux is online now
Registered User
 
Join Date: 04-14-2006
Posts: 5
I have a (fairly crude) XSL file which will transform .OML to .XML (readable by MindManager 6 (mindJet)).

To use it Export selected Items from UR as a.OML file, then transform with the attached .XSL file.
To transform I suggest the command line utility "msxsl.exe" from MS which you can get from:

http://tinyurl.com/gub2y

syntax is something like:
msxsl source.oml oml2mmap.xsl -o target.xml

then just load target.xml in MindManager (and format as you require)

NB: As I said this is a fairly crude XSL, it will import all Items but will "flatten" them to core and sub-topics only (no deeply nested topics produced)
Reply With Quote