Paste: XML prolog errror

Author: Muzzleflash
Mode: factor
Date: Sat, 5 Jun 2010 10:55:42
Plain Text |
USING: io kernel sequences
http.client xml xml.data xml.traversal ;

"http://factorcode.org" http-get nip string>xml
"a" deep-tags-named
[ "href" attr ] map
[ print ] each

New Annotation

Summary:
Author:
Mode:
Body: