Handbook
Glossary
simple-image ( url -- xml )
Vocabulary
html
Inputs
url
an
object
Outputs
xml
an
object
Definition
USING:
urls.encoding
xml.data
xml.syntax.private
;
IN:
html
:
simple-image
( url -- xml )
url-encode
1
nenum
T{
xml-chunk
{
seq
V{
""
T{
tag
{
name ~name~
}
{
attrs ~attrs~
}
}
""
}
}
}
interpolate-xml
;