<instruction> ( text -- instruction )
XML data types ยป XML data constructors

Prev:<comment> ( text -- comment )
Next:<unescaped> ( string -- unescaped )


Vocabulary
xml.data

Inputs
texta string


Outputs
instructionan XML instruction


Word description
Creates an XML parsing instruction, like <?xsl stylesheet='foo.xml'?>.

See also
instruction

Definition