| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflxml.h" char * xml_item_value (XML_ITEM *item)
Extracts the value of a specified XML item. The returned string should NOT be modified. To manipulate it, first make a copy first.
{ ASSERT (item); return item-> value; }
| << | < | > | >> |
![]() |