Export using XSLT: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (+accessories section) |
Dan Polansky (talk | contribs) (→See also: +implementation) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
* freemind2html.xsl | * freemind2html.xsl | ||
* mindmanager2mm.xsl – from MindManager | * mindmanager2mm.xsl – from MindManager | ||
* mm2csv.xsl | * mm2csv.xsl – to comma-separated values, actually semicolon-separated values | ||
* mm2html.xsl | * mm2html.xsl – to HTML | ||
* mm2latex.xsl – to LaTeX | * mm2latex.xsl – to LaTeX | ||
* mm2latexartcl.xsl – to LaTeX article | * mm2latexartcl.xsl – to LaTeX article | ||
* mm2latexbook.xsl – to LaTeX book | * mm2latexbook.xsl – to LaTeX book | ||
* mm2msp_utf8.xsl | * mm2msp_utf8.xsl – to MS Project | ||
* mm2ooimpress.xsl – to OOo Impress | * mm2ooimpress.xsl – to OOo Impress | ||
* mm2oowriter.xsl – to OOo Writer | * mm2oowriter.xsl – to OOo Writer | ||
* mm2opml.xsl – to OMPL | * mm2opml.xsl – to OMPL | ||
* mm2text.xsl – to plain text | * mm2text.xsl – to plain text | ||
* mm2tjiresources.xsl | * mm2tjiresources.xsl – to TaskJuggler resources | ||
* mm2tjitasks.xsl | * mm2tjitasks.xsl – to TaskJuggler tasks | ||
* mm2twiki.xsl – to TWiki | * mm2twiki.xsl – to TWiki | ||
* mm2wordml_utf8.xsl – to MS Word | * mm2wordml_utf8.xsl – to MS Word | ||
Line 31: | Line 31: | ||
* mm2xls_utf8.xsl – to MS Excel | * mm2xls_utf8.xsl – to MS Excel | ||
* opml2mm.xsl – from OPML | * opml2mm.xsl – from OPML | ||
* tohtml.xsl | * tohtml.xsl – to HTML | ||
* toxhtml.xsl | * toxhtml.xsl – toXHTML | ||
* xbel2mm.xsl | * 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