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

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


Vocabulary
xml.traversal

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


Outputs
tags-seqa sequence of tags


Word description
Returns a sequence of all tags of a matching name, recursively searching children and children of children.

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

Definition