xmind-sdk-python icon indicating copy to clipboard operation
xmind-sdk-python copied to clipboard

Can anyone give a full example about how to create,access and modify a typical xmind file?

Open frenet opened this issue 11 years ago • 4 comments

Can anyone give a full example about how to create,access and modify a typical xmind file? just like the examples in https://pypi.python.org/pypi/mekk.xmind/0.5.0. or http://bitbucket.org/Mekk/mekk.xmind/

frenet avatar Mar 29 '14 03:03 frenet

hello,

could you add to the example a way to remove an existing topic within the xmind file? thanks,

vinmu2112 avatar Nov 21 '17 09:11 vinmu2112

I just tried and failed. There is a removeChild method in xmind/core/__init__.py but each time I try to use it, xml.dom.NotFoundErr is raised. Good luck, keep us posted if you find a solution.

brumar avatar Nov 21 '17 10:11 brumar

yes, I tried that one too, with same result... I have also tried with the removePosition() function of the topic element, but that does not work either

vinmu2112 avatar Nov 21 '17 10:11 vinmu2112

Oh, ok. With 67 forks at the moment, maybe someone managed to solve this problem. But that may be painful to look for it.

brumar avatar Nov 21 '17 11:11 brumar