Handbook
Glossary
<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
string
a
string
Outputs
name
a
name
Word description
Converts a string into an XML name with an empty prefix and URL.
Definition
USING:
kernel
;
IN:
xml.data
:
<simple-name>
( string -- name )
""
swap
f
<name>
;