<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
namean XML tag name
attrsan alist from names to strings


Outputs
taga tag


Word description
Creates an empty tag (like <a/> ) with the specified name and tag attributes.

See also
contained-tag, <tag>

Definition

: <contained-tag> ( name attrs -- tag ) f <tag> ;