source: trunk/doc/src/snippets/patternist/computedTreeFragment.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: 382 bytes
Line 
1declare default element namespace "http://example.com/Namespace";
2declare variable $documentElementName := "doc";
3
4element {$documentElementName}
5{
6 attribute xml:base {"http://example.com/"},
7 element anotherElement
8 {
9 comment {" a comment "},
10 processing-instruction target {"data"},
11 element anotherElement {()},
12 text {"some text"}
13 }
14}
Note: See TracBrowser for help on using the repository browser.