Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    XML Import/Export

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 567 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        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

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          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

          1 Reply Last reply Reply Quote 0
          • H Offline
            Helper
            last edited by

            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,

            1 Reply Last reply Reply Quote 0
            • First post
              Last post