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. The Lounge
  3. XML Wrapper classes

XML Wrapper classes

Scheduled Pinned Locked Moved The Lounge
c++toolsxmlquestion
5 Posts 3 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.
  • R Offline
    R Offline
    RAZ
    wrote on last edited by
    #1

    Hello, Does anyone know of a utility that can generate C++ wrapper classes from a XML file? This could save me a lot of typing :) Richard

    P M 2 Replies Last reply
    0
    • R RAZ

      Hello, Does anyone know of a utility that can generate C++ wrapper classes from a XML file? This could save me a lot of typing :) Richard

      P Offline
      P Offline
      Pete Bassett
      wrote on last edited by
      #2

      What, exactly do you mean?

      R 1 Reply Last reply
      0
      • P Pete Bassett

        What, exactly do you mean?

        R Offline
        R Offline
        RAZ
        wrote on last edited by
        #3

        Well a very basic example would be XML like this < nodes> < node> < key>1000< /key> < name>My Node< /name> < /node> < /nodes> Should be translated to C++ code, like this class node { CString name; long key; } typdef std::vector nodes; Richard

        1 Reply Last reply
        0
        • R RAZ

          Hello, Does anyone know of a utility that can generate C++ wrapper classes from a XML file? This could save me a lot of typing :) Richard

          M Offline
          M Offline
          Martin Vladic
          wrote on last edited by
          #4

          Commercial: http://www.bristol.com/exactml Free: http://technet.oracle.com/tech/xml/classgen\_cpp/ -- Martin

          R 1 Reply Last reply
          0
          • M Martin Vladic

            Commercial: http://www.bristol.com/exactml Free: http://technet.oracle.com/tech/xml/classgen\_cpp/ -- Martin

            R Offline
            R Offline
            RAZ
            wrote on last edited by
            #5

            Thanks Martin!

            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