freemind

How do i transform a number to a repetition of characters in XSLT?

I have the following input: <node TEXT="txt"> <node TEXT="txt"> <node TEXT="txt"/> <node TEXT="txt"/> </node> <node TEXT="txt"/> </node> <node TEXT="txt"/> I am currently using: <xsl:number level="multiple" count="node" format="1"/> within an XSTL script to receive the following output: 1 txt 1.1 txt 1.1.1 txt 1.1.2 ...

Use Java or html to convert a freemind map node to ical task

Hi, Is it possible using Java or HTML in some way to convert a node from a Freemind map to a task in iCal (Mac OS X)? Thanks ...

Error 'LocalConfig' object has no attribute 'url_prefix' in moinmoin wiki (when installing freemindbrowser plugin)

I tried to embed some freemind file in the moinmoin wiki. I have been always shown the error: 'LocalConfig' object has no attribute 'url_prefix' when I tried to display some freemind attachment. What's wrong?? ...