xml - Factor Documentation (original) (raw)

xml
Furnace framework » Furnace presentation layer » HTML components

Prev: inspector
Next: checkbox

Vocabulary
html.components

Word description
XML components render XML verbatim, from an XML chunk. Care must be taken to only render trusted input, to avoid cross-site scripting attacks.

Definition

IN: html.components

SINGLETON: xml

Methods

USING: html.components kernel ;

M: xml render* 2drop ;