Added case insensitivity to XML elements.
This commit is contained in:
parent
7b600bf889
commit
e2799bbbb3
6 changed files with 83 additions and 57 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue