Vocabularyxml.
dataInputsOutputsWord descriptionChecks to see if the two names match, that is, if all slots are equal, ignoring those whose value is
f in either name.
USING: prettyprint xml.data ;
T{ name f "rpc" "methodCall" f } T{ name f f "methodCall" "http://www.xmlrpc.org/" } names-match? .
t
See alsonameDefinition