| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.10

 

xml_attr_value

#include "sflxml.h"
char *
xml_attr_value (XML_ATTR *attr)

Synopsis

Extracts the value of a specified XML attr. The returned string should NOT be modified. To manipulate it, first make a copy first.

Source Code - (sflxml.c)

{
    ASSERT (attr);

    return attr-> value;
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation