first-child-tag ( tag -- child )
Utilities for traversing XML

Prev:children-tags ( tag -- sequence )
Next:assert-tag ( name name -- )


Vocabulary
xml.traversal

Inputs
tagan XML tag or document


Outputs
childa tag


Word description
Returns the first child of the given tag that is a tag.

See also
children-tags

Definition