Handbook
Glossary
<xml-chunk> ( seq -- xml-chunk )
XML data types
ยป
XML data constructors
Prev:
<xml> ( prolog before body after -- xml )
Next:
<tag> ( name attrs children -- tag )
Vocabulary
xml
.
data
Inputs
seq
a
sequence
Outputs
xml-chunk
a
xml-chunk
Word description
Constructs an
xml-chunk
tuple, given a
seq
for its contents.
See also
xml-chunk
Definition
USING:
kernel
;
IN:
xml.data
:
<xml-chunk>
( seq -- xml-chunk )
\
xml-chunk
boa
;
inline