Handbook
Glossary
with-entities ( entities quot -- )
XML entities
Prev:
entities ( -- value )
Vocabulary
xml
.
entities
Inputs
entities
a hash table of strings to strings
quot
a
quotation
with stack effect
( -- )
Outputs
None
Word description
Calls the quotation using the given table of entity values (symbolizing, eg, that
&foo;
represents
"a"
) on top of the default XML entities
Definition
USING:
kernel
namespaces
xml.state
;
IN:
xml.entities
:
with-entities
( entities quot -- )
[
extra-entities
]
dip
with-variable
;
inline