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