/ Published in: XML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<fileList> { for $doc in collection('/dir/to/your/xml/files/') return $doc/text/body/div/head } </fileList>