summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/doc/libxml2-2.8.0/html/tree2.res
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2018-08-20 21:12:06 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2018-08-20 21:12:06 -0400
commit63e87c2d0c9d263f14c77b68f85c67d46ece82a9 (patch)
tree6260365cbf7d24f37d27669e8538227fcb72e243 /gtk+-mingw/share/doc/libxml2-2.8.0/html/tree2.res
parenta4460f6d9453bbd7e584937686449cef3e19f052 (diff)
Removed gtk+ docsHEADmaster
Diffstat (limited to 'gtk+-mingw/share/doc/libxml2-2.8.0/html/tree2.res')
-rw-r--r--gtk+-mingw/share/doc/libxml2-2.8.0/html/tree2.res18
1 files changed, 0 insertions, 18 deletions
diff --git a/gtk+-mingw/share/doc/libxml2-2.8.0/html/tree2.res b/gtk+-mingw/share/doc/libxml2-2.8.0/html/tree2.res
deleted file mode 100644
index ed00195..0000000
--- a/gtk+-mingw/share/doc/libxml2-2.8.0/html/tree2.res
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE root SYSTEM "tree2.dtd">
-<root>
- <node1>content of node 1</node1>
- <node2/>
- <node3 attribute="yes" foo="bar">this node has attributes</node3>
- <node4>other way to create content (which is also a node)</node4>
- <node5>
- <node51 odd="no"/>
- <node52 odd="yes"/>
- <node53 odd="no"/>
- </node5>
- <node6>
- <node61 odd="no"/>
- <node62 odd="yes"/>
- <node63 odd="no"/>
- </node6>
-</root>