Handbook
Glossary
<contained-tag> ( name attrs -- tag )
XML data types
ยป
XML data constructors
Prev:
<name> ( space main url -- name )
Next:
<prolog> ( version encoding standalone -- prolog )
Vocabulary
xml.data
Inputs
name
an XML tag name
attrs
an alist from names to strings
Outputs
tag
a
tag
Word description
Creates an empty tag (like
<a/>
) with the specified name and tag attributes.
See also
contained-tag
,
<tag>
Definition
IN:
xml.data
:
<contained-tag>
( name attrs -- tag )
f
<tag>
;