Portable C/C++ Code for Portable XML Data

  • Authors:
  • Zhaoqing Wang;Harry H. Cheng

  • Affiliations:
  • Zhejiang Sci-Tech University;University of California, Davis

  • Venue:
  • IEEE Software
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

C/C++ is one of the high-performance programming languages software developers use to develop XML applications. However, it's challenging to use C/C++ for such a task. The code developed in one platform can't readily run in another platform. Ch is a cross-platform embeddable C/C++ interpreter for scripting, shell programming, numerical computing, network computing, and embedded scripting. The authors have developed open source Ch XML packages developed for the Gnome libxml2 XML library and Oracle XML Developer's Kit (XDK) for C/C++. With these Ch XML packages, applications in C/C++ using either libxml2 or Oracle XDK can be executed interpretively without compilation across different platforms. Portable C/C++ code can be used to process portable XML data. The authors discuss how they designed the Ch XML packages and present potential applications. They also present a Web-based network computing application using a Ch XML package.