Export using XSLT: Difference between revisions

From FreeMind
Jump to navigationJump to search
(+)
 
(→‎See also: +implementation)
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
* There are no dedicated menu items for particular export stylesheets.
* There are no dedicated menu items for particular export stylesheets.
* There is no way to assign a keyboard shortcut to a particular export stylesheet.
* 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==
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/accessories/?pathrev=fm_060405_integration "accessories" folder in CVS]


==See also==
==See also==
* [[Import and export]]
* [[Import and export]]
* [[Accessories]]


[[Category:Development]]
[[Category:Development]]

Latest revision as of 09:24, 9 November 2010

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