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

 

xml_item_name

#include "sflxml.h"
char *
xml_item_name (XML_ITEM *item)

Synopsis

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

Source Code - (sflxml.c)

{
    ASSERT (item);

    return item-> name;
}

| << | < | > | >> iMatix Copyright © 1996-98 iMatix