Handbook
Glossary
children>string ( tag -- string )
Utilities for traversing XML
Prev:
get-id ( tag id -- elem )
Next:
children-tags ( tag -- sequence )
Vocabulary
xml
.
traversal
Inputs
tag
an XML tag or document
Outputs
string
a
string
Word description
Concatenates the children of the tag, throwing an exception when there is a non-string child.
Definition
USING:
accessors
xml.traversal.private
;
IN:
xml.traversal
:
children>string
( tag -- string )
children>>
(children>string)
;