Handbook
Glossary
get-atom-feeds ( -- xml )
Vocabulary
html
.
templates
Inputs
None
Outputs
xml
an
object
Definition
USING:
assocs
namespaces
xml.data
xml.syntax.private
;
IN:
html.templates
:
get-atom-feeds
( -- xml )
atom-feeds
get
[
2
nenum
T{
xml-chunk
{
seq
V{
""
T{
tag
{
name ~name~
}
{
attrs ~attrs~
}
}
""
}
}
}
interpolate-xml
]
{
}
assoc>map
;