<tag> ( name attrs children -- tag )
XML data types ยป XML data constructors

Prev:<xml-chunk> ( seq -- xml-chunk )
Next:<name> ( space main url -- name )


Vocabulary
xml.data

Inputs
namean XML tag name
attrsan alist of names to strings
childrena sequence


Outputs
taga tag


Word description
Constructs an XML tag with the name (not a string) and tag attributes specified in the given attrs and children.

See also
tag, contained-tag, <contained-tag>, open-tag

Definition