Hello,
I've got the following question:
Is it possible to run data that's from an xml file as python code, by
this I mean the following.
In a xml file there's the following data
<code><![CDATA[self.wTree.sign al_autoconnect( dic)]]></code>
Now I want to extract the self.wTree.sign al_autoconnect( dic)* from the
xml file and make it possible that Python runs this, instead of having
a python file were with the hardcoded self.wTre.. in it.
*this could my any sort of data, single or multiple lines, even whole
def's
Kind regards,
Ralf Brand
the Netherlands
I've got the following question:
Is it possible to run data that's from an xml file as python code, by
this I mean the following.
In a xml file there's the following data
<code><![CDATA[self.wTree.sign al_autoconnect( dic)]]></code>
Now I want to extract the self.wTree.sign al_autoconnect( dic)* from the
xml file and make it possible that Python runs this, instead of having
a python file were with the hardcoded self.wTre.. in it.
*this could my any sort of data, single or multiple lines, even whole
def's
Kind regards,
Ralf Brand
the Netherlands
Comment