XML Import/Export
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/06/2011 at 05:23, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Windows ;
Language(s) : C++ ;---------
Hello,I like to develop my own XML import and export plugin, because the C4D XML is not documented and maybe different between two versions.
My question: for the parsing of the xml file, I like to use a commercial parser.Which parser is using by C4D? Is it using an commercial parser like SAX/DOM ? Or maybe can
someone give me a proposal or an hint which parser I shall use ?thanks,
Marky -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/06/2011 at 05:51, xxxxxxxx wrote:
SAX and DOM are commercial ? They're delivered with the standart installation of Python, I can't imagine they're commercial. But didn't have a look at it, so I may be wrong though.
If you use a commerical parser, I don't think you are allowed to deliver it with your plugin ?? Or is it then only available for your plugin ?
I can't answer your question, sorry.
Cheers,
Niklas -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/06/2011 at 06:04, xxxxxxxx wrote:
Hi,
oh, that' s interesting that you delivered the SAX and DOM too.
SAX and DOM parser are public (http://www.uzi-web.de/parser/parser_toc.htm or wikipedia)
So, if you deliver it also for Python, this means you are using this parser ? ok great.I will use this parser for my plugin too, so I believe your already answered my question
thanks -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/06/2011 at 06:25, xxxxxxxx wrote:
this means you are using this parser ?
Huh ? I never ever did using SAX or DOM, I just know they are delivered with every standart Python installation.
SAX and DOM parser are public
So whats your commercial parser ?
Cheers,