|
| iMatix home page | << | < | > | >> |
SFLVersion 2.10 |
#include "sflxml.h" char * xml_attr_name (XML_ATTR *attr)
Extracts the name of a specified XML attr. The returned string should NOT be modified. To manipulate it, first make a copy first.
{
ASSERT (attr);
return attr-> name;
}
| | << | < | > | >> |
|