branch | RCL_3 |
changeset 8 | 3f74d0d4af4c |
parent 0 | 1918ee327afb |
6:dee5afe5301f | 8:3f74d0d4af4c |
---|---|
1 declare variable $myRoot := <e/>; (: This line is a dummy and shouldn't appear in the documentation. :) |
|
2 <html> |
|
3 <body> |
|
4 { |
|
5 $myRoot//file[@mimetype = 'text/xml' or @mimetype = 'application/xml'] |
|
6 / |
|
7 (if(doc-available(@uri)) |
|
8 then () |
|
9 else <p>Failed to parse file {@uri}.</p>) |
|
10 } |
|
11 </body> |
|
12 </html> |