xslt to convert any xml file to freemind mindmap
A premier mind-mapping software written in Java
Brought to you by:
christianfoltin,
danielpolansky
xslt to convert any xml file to freemind mindmap
Logged In: NO
hi Terry..
its nice to hear that XSLT may be used to draw in free mind by reading from xml files. i am new to xml...so, what is the role of XSLT file? how that must be used in freemind?
should it be imported or is there any other way to read from xml?
how is the import from mind manager happens? how ll free mind read that xml files?
my e-mail id is kiruthika.s@honeywell.com
thanks a lot..
Logged In: YES
user_id=378097
Originator: NO
I tried your script running it with XSLTProcessor.exe and it works well.
Thank you.
Perhaps an XSLT script can be used for my proble: an automatic creation of a freemind clickable map reading the SCORM imsmanifest.xml
See:
https://sourceforge.net/tracker/?func=detail&aid=1826385&group_id=7118&atid=357118
in imsmanifest.xml there are parts like
<resources>
<resource identifier="id1" type="webcontent" adlcp:scormtype="sco" href="Page1.htm">
</resource>
<resource identifier="id2" type="webcontent" adlcp:scormtype="sco" href="Page3.htm">
</resource>
</resources>
Bye
Furio