<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
seqa sequence


Outputs
xml-chunka xml-chunk


Word description
Constructs an xml-chunk tuple, given a seq for its contents.

See also
xml-chunk

Definition