<simple-name> ( string -- name )
XML data types ยป XML data constructors

Prev:<unescaped> ( string -- unescaped )
Next:<element-decl> ( name content-spec -- element-decl )


Vocabulary
xml.data

Inputs
stringa string


Outputs
namea name


Word description
Converts a string into an XML name with an empty namespace prefix and URL.

See also
name, <name>

Definition