<name> ( space main url -- name )
XML data types ยป XML data constructors

Prev:<tag> ( name attrs children -- tag )
Next:<contained-tag> ( name attrs -- tag )


Vocabulary
xml.data

Inputs
spacea string
maina string
urla string


Outputs
namean XML tag name


Word description
Creates a name tuple with the namespace prefix space, the given main part of the name, and the namespace URL given by url.

See also
name, <simple-name>

Definition


: <name> ( space main url -- name ) \ name boa ; inline