<xml> ( prolog before body after -- xml )
XML data types ยป XML data constructors

Next:<xml-chunk> ( seq -- xml-chunk )


Vocabulary
xml.data

Inputs
prologan XML prolog
beforea sequence of XML elements
bodya tag
aftera sequence of XML elements


Outputs
xmlan XML document


Word description
Creates an XML document. The before and after slots store what comes before and after the main tag, and body contains the main tag itself.

See also
xml

Definition


: <xml> ( prolog before body after -- xml ) \ xml boa ; inline