Export using XSLT

From FreeMind
Revision as of 09:24, 9 November 2010 by Dan Polansky (talk | contribs) (→‎See also: +implementation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

There is a function that allows exporting of FreeMind mind map using any XSLT—a transformation stylesheet. Several transformation stylesheets come as part of FreeMind distribution, located in the "accessories" subfolder.

Menu

  • File > Export > Using XSLT...

Limitations

  • There are no dedicated menu items for particular export stylesheets.
  • There is no way to assign a keyboard shortcut to a particular export stylesheet.

Accessories

XSLT stylesheet transformations included with FreeMind 0.9.0, in the "accessories" folder:

  • freemind2applet.xsl
  • freemind2flash.xsl
  • freemind2html.xsl
  • mindmanager2mm.xsl – from MindManager
  • mm2csv.xsl – to comma-separated values, actually semicolon-separated values
  • mm2html.xsl – to HTML
  • mm2latex.xsl – to LaTeX
  • mm2latexartcl.xsl – to LaTeX article
  • mm2latexbook.xsl – to LaTeX book
  • mm2msp_utf8.xsl – to MS Project
  • mm2ooimpress.xsl – to OOo Impress
  • mm2oowriter.xsl – to OOo Writer
  • mm2opml.xsl – to OMPL
  • mm2text.xsl – to plain text
  • mm2tjiresources.xsl – to TaskJuggler resources
  • mm2tjitasks.xsl – to TaskJuggler tasks
  • mm2twiki.xsl – to TWiki
  • mm2wordml_utf8.xsl – to MS Word
  • mm2xbel.xsl
  • mm2xls_utf8.xsl – to MS Excel
  • opml2mm.xsl – from OPML
  • tohtml.xsl – to HTML
  • toxhtml.xsl – toXHTML
  • xbel2mm.xsl

Implementation

See also