Handbook
Glossary
parse-feed ( seq -- feed )
Atom and RSS feed syndication
Prev:
download-feed ( url -- feed )
Next:
xml>feed ( xml -- feed )
Vocabulary
syndication
Inputs
seq
a string or a byte array
Outputs
feed
a
feed
Word description
Parses a feed.
Definition
IN:
syndication
GENERIC:
parse-feed
( seq -- feed )
Methods
USING:
byte-arrays
syndication
xml
xml.entities.html
;
M:
byte-array
parse-feed
[
bytes>xml
xml>feed
]
with-html-entities
;
USING:
strings
syndication
xml
xml.entities.html
;
M:
string
parse-feed
[
string>xml
xml>feed
]
with-html-entities
;