tag-named ( tag name/string -- matching-tag )
Utilities for traversing XML

Prev:An example of XML processing
Next:tags-named ( tag name/string -- tags-seq )


Vocabulary
xml.traversal

Inputs
tagan XML tag or document
name/stringan XML name or string representing the name


Outputs
matching-taga tag


Word description
Finds the first tag with matching name which is the direct child of the given tag.

See also
deep-tags-named, deep-tag-named, tag-named-with-attr, tags-named

Definition