source: trunk/doc/src/snippets/patternist/twoSVGElements.xq

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

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

File size: 183 bytes
Line 
1declare namespace s = "http://www.w3.org/2000/svg";
2declare default element namespace "http://www.w3.org/2000/svg";
3let $doc := doc('image.svg')
4return ($doc/svg,
5 $doc/s:svg)
Note: See TracBrowser for help on using the repository browser.