doxml Manual Version 0.5: doxml_tags_match()

$Id: tagmatch.html,v 1.9 1999/07/24 22:04:05 francis Exp $

int doxml_tags_match(const char* namespace1,
                     const char* tag1,
                     const char* namespace2,
                     const char* tag2);

doxml_tags_match() compares two (namespace,tag) pairs to see if they are equivalent. Equivalence means:

If the two pairs are equivalent, doxml_tags_match() returns true (nonzero); otherwise it returns false (zero).