Handbook
Glossary
<xml> ( prolog before body after -- xml )
XML data types
ยป
XML data constructors
Next:
<xml-chunk> ( seq -- xml-chunk )
Vocabulary
xml
.
data
Inputs
prolog
an XML
prolog
before
a
sequence
of XML elements
body
a
tag
after
a
sequence
of XML elements
Outputs
xml
an 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
USING:
kernel
;
IN:
xml.data
:
<xml>
( prolog before body after -- xml )
\
xml
boa
;
inline