Handbook
Glossary
<instruction> ( text -- instruction )
XML data types
ยป
XML data constructors
Prev:
<comment> ( text -- comment )
Next:
<unescaped> ( string -- unescaped )
Vocabulary
xml
.
data
Inputs
text
a
string
Outputs
instruction
an XML
instruction
Word description
Creates an XML parsing instruction, like
<?xsl stylesheet='foo.xml'?>
.
See also
instruction
Definition
USING:
kernel
;
IN:
xml.data
:
<instruction>
( text -- instruction )
\
instruction
boa
;
inline