ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/ezxml.h
(Generate patch)

Comparing ray/src/common/ezxml.h (file contents):
Revision 2.2 by greg, Wed Jun 1 00:29:40 2011 UTC vs.
Revision 2.3 by greg, Sat Feb 14 00:34:43 2015 UTC

# Line 142 | Line 142 | ezxml_t ezxml_set_txt(ezxml_t xml, const char *txt);
142   #define ezxml_set_txt_d(xml, txt) \
143      ezxml_set_flag(ezxml_set_txt(xml, strdup(txt)), EZXML_TXTM)
144  
145 + /* add text to the current character content, allocating memory as needed */
146 + ezxml_t ezxml_add_txt(ezxml_t xml, const char *txt);
147 +
148   /* Sets the given tag attribute or adds a new attribute if not found. A value */
149   /* of NULL will remove the specified attribute. Returns the tag given. */
150   ezxml_t ezxml_set_attr(ezxml_t xml, const char *name, const char *value);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines