children-tags ( tag -- sequence )
Utilities for traversing XML

Prev:children>string ( tag -- string )
Next:first-child-tag ( tag -- child )


Vocabulary
xml.traversal

Inputs
tagan XML tag or document


Outputs
sequencea sequence


Word description
Gets the children of the tag that are themselves tags.

See also
first-child-tag

Definition