Introduction
This document describes about Coconut XML Framework produced by Steel Wheels Project. Coconut XML Framework is used for XML processing based on libxml.
Copyright
This software is distributed under GNU Lesser General Public License v2.
Target System
-
OS: Mac OS X
-
IDE: Xcode
-
Lang: ANSI-C
Required software
SCM Repository
See Git repository on SourceForge.
Specification
- Memory Management
- Modify malloc/realloc/free functions for libxml2. The XML document, node, attribute can have additional information defined by the user. It called XML Info in this framework.
Implementation
- Memory Management
-
CNXMLInit.h : Initialize libxml2. Hook the xmlMalloc to operate additional information for libxml2 objects
- Object
-
- Pattern
-
- Pattern
-
- Utility functions
-
Related Links