31 Mar 2008 at 22:54 #1 Going to Cali Going to Cali Associate Joined 23 Aug 2004 Posts 1,493 I'm generating xml from a JTree. I'd like to display it using freemind, is there any option to import xml? Google didn't throw too much up.
I'm generating xml from a JTree. I'd like to display it using freemind, is there any option to import xml? Google didn't throw too much up.
31 Mar 2008 at 23:32 #2 RobH RobH Soldato Joined 9 May 2005 Posts 4,530 Location Nottingham Well as freemind's native format is an XML document I suppose you could use XSLT to transform your XML into freemind compatible XML.
Well as freemind's native format is an XML document I suppose you could use XSLT to transform your XML into freemind compatible XML.
31 Mar 2008 at 23:37 #3 Going to Cali Going to Cali Associate OP Joined 23 Aug 2004 Posts 1,493 Cheers, I'll check that out.