From: Matthias B. <ba...@ir...> - 2004-06-27 14:52:35
|
Timothy Stranex wrote: > I've checked the XODE specification and I think it should be implemented > in pure Python. I started writing an importer today using the > xml.parsers.expat module. It's very incomplete with just basic skeleton > code (I have not even bothered trying to test it yet) but I would like > to hear your comments on the interface. Does the class already create ODE objects when I call parseString() or parseFile()? How do I get the contents of the file? There is the getPartByName() method but what are the names I have to pass? How do I find out how many and what objects were specified in the XODE file? Can you give a short example how the class is typically used? - Matthias - |