Added case insensitivity to XML elements.

This commit is contained in:
Markus Kauppila 2011-06-24 14:35:14 +03:00
parent 7b600bf889
commit e2799bbbb3
6 changed files with 83 additions and 57 deletions

View file

@ -53,11 +53,6 @@ char *XMLCloseDocument();
*/
char *XMLOpenElement(const char *tag);
/*!
* Opens XML-element with given attributes
*/
char *XMLOpenElementWithAttribute(const char *tag, Attribute *attribute);
/*!
* Add content to currently open element.
*