Comment detail

XMLから情報を取り出す (Nested Flatten)

This comment is reply for 694 shiro: 全部パーズしてからsxpathで取り出す...(XMLから情報を取り出す). Go to thread root.

自己レス。わざわざmatch使う必要無いや。
1
2
3
(define (extract)
  ((sxpath '(// lastBuildDate *text*))
   (call-with-input-string *data* (cut ssax:xml->sxml <> '()))))

Index

Feed

Other

Link

Pathtraq

loading...