shiro #694(2007/07/12 21:49 GMT) [ Scheme ] Rating0/0=0.00
1 2 3 4 5 6 7 8 9 10 11 12
(use sxml.ssax) (use sxml.sxpath) (use rfc.http) (use util.match) (define *data* (values-ref (http-get "ja.doukaku.org" "/feeds/comments") 2)) (define (extract) (match ((sxpath '(// lastBuildDate)) (call-with-input-string *data* (cut ssax:xml->sxml <> '()))) [(('lastBuildDate content) . _) content] [else #f]))
Rating0/0=0.00-0+
1 reply [ reply ]
shiro
#694()
[
Scheme
]
Rating0/0=0.00
Rating0/0=0.00-0+
1 reply [ reply ]