diff options
Diffstat (limited to 'libxml2/doc/tutorial/includestory.xml')
-rw-r--r-- | libxml2/doc/tutorial/includestory.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libxml2/doc/tutorial/includestory.xml b/libxml2/doc/tutorial/includestory.xml new file mode 100644 index 0000000..2a22c89 --- /dev/null +++ b/libxml2/doc/tutorial/includestory.xml @@ -0,0 +1,14 @@ +<![CDATA[ +<?xml version="1.0"?> +<story> + <storyinfo> + <author>John Fleck</author> + <datewritten>June 2, 2002</datewritten> + <keyword>example keyword</keyword> + </storyinfo> + <body> + <headline>This is the headline</headline> + <para>This is the body text.</para> + </body> +</story> +]]>
\ No newline at end of file |