2018-01-10 11:09:56 +00:00
|
|
|
from http://sid-story.wikia.com/wiki/Album
|
2018-02-15 10:29:05 +00:00
|
|
|
pages = //section/header/h2/a/@href
|
2018-01-10 11:09:56 +00:00
|
|
|
end
|
|
|
|
|
2018-02-15 10:29:05 +00:00
|
|
|
apply {{test_mustache}} to {{pages}}
|
|
|
|
struct paragraphs
|
|
|
|
paragraph = //section/header/h2/a/text()
|
2018-01-10 11:09:56 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
|
2018-02-15 10:29:05 +00:00
|
|
|
==test_mustache
|
|
|
|
Paragraphs: {{#paragraphs}}
|
|
|
|
- {{paragraph}}
|
|
|
|
{{/paragraphs}}
|
|
|
|
|
|
|
|
kthx bye!
|
2018-01-10 11:09:56 +00:00
|
|
|
==end
|