html - Factor Documentation (original) (raw)

html
Furnace framework » Furnace presentation layer » HTML components

Prev: hidden
Next: inspector

Vocabulary
html.components

Word description
HTML components render HTML verbatim from a string, without any escaping. Care must be taken to only render trusted input, to avoid cross-site scripting attacks.

Definition

IN: html.components

SINGLETON: html

Methods

USING: html.components kernel strings xml.data ;

M: html render* 2drop dup string? [ ] when ;