Difference between revisions of "Export Using XSLT"
m (Added Categories: User Documentation | Developer Documentation) |
Irajawapys (talk | contribs) |
||
Line 1: | Line 1: | ||
− | This function is available through menu File > Export > Using XSLT... | + | ---- |
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://imygijesusy.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]= | ||
+ | ---- | ||
+ | =[http://imygijesusy.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> | ||
+ | This function is available through menu File &gt; Export &gt; Using XSLT... | ||
The ''Export Using XSLT'' function applies an XSL Transformation to the Freeplane mindmap, to create a new file. | The ''Export Using XSLT'' function applies an XSL Transformation to the Freeplane mindmap, to create a new file. | ||
Line 15: | Line 23: | ||
where the fields in italic are relative to the file format to which the mindmap will be exported to using this specific XSLT sheet: | where the fields in italic are relative to the file format to which the mindmap will be exported to using this specific XSLT sheet: | ||
− | *''extensions'' is a semi-colon separated list of acceptable file extensions without asterisk or dot (e.g. | + | *''extensions'' is a semi-colon separated list of acceptable file extensions without asterisk or dot (e.g. "htm;html") |
− | *''description'' is a description of the file format (e.g. | + | *''description'' is a description of the file format (e.g. "Meeting Minutes in HTML") |
− | Only the first unique combination of extensions and description will be kept, in such a way that users can | + | Only the first unique combination of extensions and description will be kept, in such a way that users can "overwrite" an already existing XSLT sheet with their own version. |
[[Category:User_Documentation]] [[Category:Developer_Documentation]] | [[Category:User_Documentation]] [[Category:Developer_Documentation]] |
Revision as of 04:01, 24 November 2010
This function is available through menu File > Export > Using XSLT...
The Export Using XSLT function applies an XSL Transformation to the Freeplane mindmap, to create a new file.
In the Freeplane Export using XSLT dialog box, the Files of type combo is populated with the list of user defined XSL files.
XSL files must be stored in the xslt subfolder, either in the Freeplane system directory (e.g. C:\Program Files\Freeplane\xslt\) or in the Freeplane user directory (e.g. ~/.freeplane/xslt/).
XSL files must have the .xsl extension.
XSL files must contain within the 5 first lines a string matching the following pattern:
- MINDMAPEXPORT extensions description
where the fields in italic are relative to the file format to which the mindmap will be exported to using this specific XSLT sheet:
- extensions is a semi-colon separated list of acceptable file extensions without asterisk or dot (e.g. "htm;html")
- description is a description of the file format (e.g. "Meeting Minutes in HTML")
Only the first unique combination of extensions and description will be kept, in such a way that users can "overwrite" an already existing XSLT sheet with their own version.