Web-Based Ch XML Demos


Ch can seamlessly interface existing C/C++ code in either source code or binary static/dynamical libraries without re-compilation. With Ch XML Package for Oracle C/C++ XDK, C/C++ programs using Oracle C/C++ XML API can readily run without compilation. It can even be embedded in other application programs. Click a program in the list under Function, the result from the executing the progoram will be displayed. Click source code under Description to view the source code of the corresponding program.
    
Function
    
Description
Document Object Model (DOM) DOMNamespace.c Use the parser and Namespace extensions to the DOM APIs.( source code)
Document Object Model (DOM) DOMSample.c Use C XML parser via DOM interface (source code)
Document Object Model (DOM) FullDOM.c Use full DOM interface (source code)
Simple API for XML (SAX) SAXNamespace.c Use the Namespace extensions to the SAX APIs. (source code)
Simple API for XML (SAX) SAXSample.c Use C XML parser via SAX interface (source code)


Powered by Ch