Handbook
Glossary
parse-yahoo ( xml -- seq )
Vocabulary
yahoo
Inputs
xml
an
object
Outputs
seq
an
object
Definition
USING:
kernel
sequences
xml.traversal
;
IN:
yahoo
:
parse-yahoo
( xml -- seq )
"Result"
deep-tags-named
[
{
"Title"
"Url"
"Summary"
}
[
tag-named
children>string
]
with
map
first3
<result>
]
map
;