author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 28 Apr 2010 13:15:16 +0300 | |
branch | RCL_3 |
changeset 15 | b25b6dc3ff8b |
parent 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> |