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