VTD-XML is the next generation XML parser/indexer/editor/slicer/assembler/xpath-engine that goes beyond DOM, SAX and PULL in performance, memory usage, and ease of use.
A small collection of C utilities working on POSIX/WIN32
...For now it contains:
- CUtils: cstring, clist, "ini" files helper, tcp helpers, small XML parser
- CNet: a simple message passing library for C
- jCNet: a compatible CNet lib for Java
- CSNet: a compatible CNet lib for C#
- CPano: an equirectangular panorama utilities lib
- CIrc: a partial IRC client/server implementation
Simple to use XML-Parser/Composer Library for B&R Automation PLC (SPS)
The Library xmlio is a simple to use non validating XML-Parser/Composer for B&R Industrial-Automation PLC (B&R SPS). It reads and writes Process-Variables including Structures from and to XML-Files.
Easy to use:
#include <xmlio.h>
/* Write Variable to XML-File */
status = xmlWrite(strName, strFile, strDevice, 0);
/* Read XML-File into Variables */
status = xmlRead(strFile, strDevice, ignoreUnknown, &line, &character);