#include "sflxml.h" XML_ITEM * xml_parent (XML_ITEM *item)
Returns the parent of the specified item, or NULL if this is the root item.
{ ASSERT (item); return (item-> parent); }