blob: 97871887c493e6cba5ff48dfc9dcd80f43e6643d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<section_list>
{
for $s in doc("book.xml")//section
let $f := $s/figure
return
<section title="{ $s/title/text() }" figcount="{ count($f) }"/>
}
</section_list>