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

Prev:tag-named ( tag name/string -- matching-tag )
Next:deep-tag-named ( tag name/string -- matching-tag )


Vocabulary
xml.traversal

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


Outputs
tags-seqa sequence of tags


Word description
Finds all tags with matching name that are the direct children of the given tag.

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

Definition