( name attrs -- tag ) (original) (raw)

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 ) with the specified name and tag attributes.

See also
tag, , contained-tag, open-tag

Definition

IN: xml.data

: ( name attrs -- tag ) f ;