author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 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> |