aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/codesnippets/doc/src/snippets/patternist/copyID.xq
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/doc/codesnippets/doc/src/snippets/patternist/copyID.xq')
-rw-r--r--sources/pyside2/doc/codesnippets/doc/src/snippets/patternist/copyID.xq3
1 files changed, 0 insertions, 3 deletions
diff --git a/sources/pyside2/doc/codesnippets/doc/src/snippets/patternist/copyID.xq b/sources/pyside2/doc/codesnippets/doc/src/snippets/patternist/copyID.xq
deleted file mode 100644
index 2409cafe6..000000000
--- a/sources/pyside2/doc/codesnippets/doc/src/snippets/patternist/copyID.xq
+++ /dev/null
@@ -1,3 +0,0 @@
-(: Copy the value of xml:id attribute from other.html. This is a comment by the way! :)
-<html xmlns="http://www.w3.org/1999/xhtml/"
- xml:id="{doc("other.html")/html/@xml:id}"/>