source:
trunk/doc/src/snippets/patternist/twoSVGElements.xq
Last change on this file was 2, checked in by , 16 years ago | |
---|---|
File size: 183 bytes |
Line | |
---|---|
1 | declare namespace s = "http://www.w3.org/2000/svg"; |
2 | declare default element namespace "http://www.w3.org/2000/svg"; |
3 | let $doc := doc('image.svg') |
4 | return ($doc/svg, |
5 | $doc/s:svg) |
Note:
See TracBrowser
for help on using the repository browser.