source: trunk/doc/src/snippets/patternist/introNavigateFS.xq@ 788

Last change on this file since 788 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 372 bytes
Line 
1declare 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>
Note: See TracBrowser for help on using the repository browser.