From 35a201cc8ef0c3f5b2df88d2e528aabee1048348 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 30 Apr 2021 18:47:09 +0200 Subject: Initial/Final commit --- libxml2-2.9.10/doc/tutorial/apb.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libxml2-2.9.10/doc/tutorial/apb.html (limited to 'libxml2-2.9.10/doc/tutorial/apb.html') diff --git a/libxml2-2.9.10/doc/tutorial/apb.html b/libxml2-2.9.10/doc/tutorial/apb.html new file mode 100644 index 0000000..ef14066 --- /dev/null +++ b/libxml2-2.9.10/doc/tutorial/apb.html @@ -0,0 +1,14 @@ +B. Sample Document

B. Sample Document

+<?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>
+
-- cgit v1.2.3