with-entities ( entities quot -- )
XML entities

Prev:entities ( -- value )


Vocabulary
xml.entities

Inputs
entitiesa hash table of strings to strings
quota 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