Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. XML Data To C++ Objects

XML Data To C++ Objects

Scheduled Pinned Locked Moved C / C++ / MFC
performancec++htmlwpfwcf
2 Posts 2 Posters 0 Views 1 Watching
  • 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.
  • 0 Offline
    0 Offline
    002comp
    wrote on last edited by
    #1

    Hello Friends I created an application that parsed XML File By using MSXML, DOM Pointers and then saved each of XML Data into C++ objects. Now,mine XML file size is increasing and this way of parsing is costly in terms of performance,speed and memory. I come to know about some of XML Data Binding Schemas on Internet suxh as CodaLogic LMX,XBinder that converts XML data into C++ objects directly without any headache of Binding between Data. So,My Question is that I want to know which is the best XML Data Binidng Method[not from that I mention but if some different] in terms of performance and should be Robust. Thanks In Advance. Regards Yogesh

    R 1 Reply Last reply
    0
    • 0 002comp

      Hello Friends I created an application that parsed XML File By using MSXML, DOM Pointers and then saved each of XML Data into C++ objects. Now,mine XML file size is increasing and this way of parsing is costly in terms of performance,speed and memory. I come to know about some of XML Data Binding Schemas on Internet suxh as CodaLogic LMX,XBinder that converts XML data into C++ objects directly without any headache of Binding between Data. So,My Question is that I want to know which is the best XML Data Binidng Method[not from that I mention but if some different] in terms of performance and should be Robust. Thanks In Advance. Regards Yogesh

      R Offline
      R Offline
      Rolf Kristensen
      wrote on last edited by
      #2

      These XML to CPP frameworks are also called ORM (Object Relational Mapping): QxOrm - C++ ORM (Object Relational Mapping) Library[^] XSD: XML Data Binding for C++[^] boost::serialization[^] I have little experience with "automatic" xml mappers, but when choosing a framework then ensure they can SAX parse (much faster) and also support versioning of XML documents (Support for mapping from old XML documents with deprecated and missing tags).

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups