Handbook
Glossary
<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
space
a
string
main
a
string
url
a
string
Outputs
name
an XML tag name
Word description
Creates a name tuple with the namespace prefix space, the the given main part of the name, and the namespace URL given by url.
See also
name
,
<tag>
Definition
USING:
kernel
;
IN:
xml.data
:
<name>
( space main url -- name )
\
name
boa
;
inline