doc/src/snippets/patternist/twoSVGElements.xq
author Alex Gilkes <alex.gilkes@nokia.com>
Mon, 11 Jan 2010 14:00:40 +0000
changeset 0 1918ee327afb
permissions -rw-r--r--
Revision: 200952

declare namespace s = "http://www.w3.org/2000/svg";
declare default element namespace "http://www.w3.org/2000/svg";
let $doc := doc('image.svg')
return ($doc/svg,
        $doc/s:svg)