children>string ( tag -- string )
Utilities for traversing XML

Prev:get-id ( tag id -- elem )
Next:children-tags ( tag -- sequence )


Vocabulary
xml.traversal

Inputs
tagan XML tag or document


Outputs
stringa string


Word description
Concatenates the children of the tag, throwing an exception when there is a non-string child.

Definition