diff options
Diffstat (limited to 'doc/src/snippets/patternist/directTreeFragment.xq')
-rw-r--r-- | doc/src/snippets/patternist/directTreeFragment.xq | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/snippets/patternist/directTreeFragment.xq b/doc/src/snippets/patternist/directTreeFragment.xq new file mode 100644 index 0000000..96bc963 --- /dev/null +++ b/doc/src/snippets/patternist/directTreeFragment.xq @@ -0,0 +1,7 @@ +<doc xmlns="http://example.com/Namespace" xml:base="http://example.com/"> + + <!-- a comment --> + <?target data?> + <anotherElement/> + some text +</doc> |