1.
Mini-XML
Mini-XML only requires an ANSI C compatible compiler (GCC works, ... 2.4 fixes some build and XML parsing bugs, adds support for the apos character entity, ...
2.
Documentation - Mini-XML
node->value.custom.data = dt; node->value.custom.destroy = free; ... char * save_custom(mxml_node_t *node) { char data[255]; iso_date_time_t *dt; ...
3.
How to get the value of an element - Mini-XML
I try to load a XML file and find a element named "Book". I got the element node by calling mxmlFindElement. What is the function to get the value of this ...
4.
Mini-XML
Mini-XML is a small XML library that you can use to read and write XML and XML-like ... Mini-XML only requires an ANSI C compatible compiler (GCC works, ...
5.
STR #92 - Mini-XML
ID: 92. Status: 5 - New. Priority: 2 - Low, e.g. a documentation error or undocumented side-effect. Scope: 3 - Applies to all machines and operating systems ...
6.
Documentation - Mini-XML
You can create and update XML documents in memory using the various mxmlNew functions. The following code will create the XML document described in the ...
7.
Mini-XML
Mini-XML is a small XML library that you can use to read and write XML and XML-like ... Mini-XML only requires an ANSI C compatible compiler (GCC works, ...
8.
Mini-XML
Mini-XML is a small XML library that you can use to read and write XML and XML-like ... Mini-XML only requires an ANSI C compatible compiler (GCC works, ...
9.
Documentation - Mini-XML
The first argument of mxmlNewText specifies the parent node (node). The second argument specifies whether whitespace appears before the text - 0 or false in ...
10.
Documentation - Mini-XML
The first argument specifies an existing XML parent node, if any. Normally you will pass NULL for this argument unless you are combining multiple XML ...