Comment detail
XMLから情報を取り出す (Nested Flatten)
自己レス。わざわざmatch使う必要無いや。
1 2 3 | (define (extract)
((sxpath '(// lastBuildDate *text*))
(call-with-input-string *data* (cut ssax:xml->sxml <> '()))))
|
1 2 3 | (define (extract)
((sxpath '(// lastBuildDate *text*))
(call-with-input-string *data* (cut ssax:xml->sxml <> '()))))
|
shiro
#694()
[
Scheme
]
Rating0/0=0.00
Rating0/0=0.00-0+
1 reply [ reply ]