[olug] [OT]: C & XML

Chad Homan choman at gmail.com
Wed Nov 7 17:03:17 UTC 2012


looking for a pointer or assistance with a C and XML issue.

please contact me off-list

But to start the wheels turning, Ihave a section of an XML file that I need
to update in C
I really don't want to explain the C part, but it is a requirement.  Here
is my sample xml:

<xmldoc>
   <data>
      <data1 name  = "jump" />
      <data2 name  = "plane" />
   </data>

    OTHER STUFF
</xmldoc>

needs to update to:

<xmldoc>
   <data>
      <data1 name  = "leap" />
      <data1 name  = "frog" />
      <data2 name  = "bus" />
      <data2 name  = "plane" />
      <data2 name  = "car" />
   </data>

   OTHER STUFF
</xmldoc>


Together We Win!
--
Chad
Creating A More Meaningful Life



More information about the OLUG mailing list