Is XML is closely work with C programming?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tvnaidu
    Contributor
    • Oct 2009
    • 365

    Is XML is closely work with C programming?

    Is XML is closely work with C programming?. Earlier I think C and C++ are very close in language wise, recently downloaded a project, that contains C code only, but also some XML files, I am wondering Is XML can work with C?.
  • newb16
    Contributor
    • Jul 2008
    • 687

    #2
    If you change 'xml' to 'comma-separated values' the answer is still roughly the same - C is a programming language, XML is data interchange format. There are libraries to read and write XML.

    Comment

    • gpraghuram
      Recognized Expert Top Contributor
      • Mar 2007
      • 1275

      #3
      HI,
      To work on XML from C/C++ you need some XML libraries written using C/C++ like expat or libxml and then you can work on that.
      Thanks
      Raghu

      Comment

      Working...