diff options
Diffstat (limited to 'libxml2/test/XPath/docs/simple')
-rw-r--r-- | libxml2/test/XPath/docs/simple | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libxml2/test/XPath/docs/simple b/libxml2/test/XPath/docs/simple new file mode 100644 index 0000000..ca665a2 --- /dev/null +++ b/libxml2/test/XPath/docs/simple @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<EXAMPLE prop1="gnome is great" prop2="& linux too"> + <head> + <title>Welcome to Gnome</title> + </head> + <chapter> + <title>The Linux adventure</title> + <p>bla bla bla ...</p> + <image href="linus.gif"/> + <p>...</p> + </chapter> +</EXAMPLE> |