Functions except for xml_read

Previous: Definitions ] [ Top: index ] [ Next: xml_write: Writing XML data to disk ]

So here's my budding XML manipulation API:
 
#include 
#include 
#include 
#include "xmlparse.h"
#include "xmlapi.h"

See xml_create: Creating an empty element
See Working with attributes: xml_set and xml_attrval
See xml_prepend: Inserting elements
See xml_append: Inserting elements
See inserting things: xml_insertbefore and xml_insertafter
See xml_createtext: a shortcut for plain text
See xml_write: Writing XML data to disk
See xml_free: Cleaning up afterwards
See Deleting pieces: xml_delete
See Children: xml_first and xml_last
See Siblings: xml_next and xml_prev
See Bookmarking things: xml_loc and xml_getloc
See xml_read: Using expat to parse XML files into memory
Previous: Definitions ] [ Top: index ] [ Next: xml_write: Writing XML data to disk ]


This code and documentation are released under the terms of the GNU license. They are additionally copyright (c) 2000, Vivtek. All rights reserved except those explicitly granted under the terms of the GNU license. This presentation was created using LPML.