[gxml] examples/c: add c examples



commit 92d1d44cd5f11a9fe0f629d8c2ee50f8c033a5a9
Author: Richard Schwarting <aquarichy gmail com>
Date:   Thu Aug 22 14:00:27 2013 -0400

    examples/c: add c examples

 examples/c/bookshelf2.xml |    9 +++++++++
 examples/c/bookshelf3.xml |    9 +++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/examples/c/bookshelf2.xml b/examples/c/bookshelf2.xml
new file mode 100644
index 0000000..040ca39
--- /dev/null
+++ b/examples/c/bookshelf2.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<Bookshelf>
+  <Owner fullname="John Green"/>
+  <Books>
+    <Book author="John Green" title="The Fault in Our Stars"/>
+    <Book author="Jane Austen" title="Pride &amp; Prejudice"/>
+    <Book author="J.D. Salinger" title="Nine Stories"/>
+  </Books>
+</Bookshelf>
diff --git a/examples/c/bookshelf3.xml b/examples/c/bookshelf3.xml
new file mode 100644
index 0000000..040ca39
--- /dev/null
+++ b/examples/c/bookshelf3.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<Bookshelf>
+  <Owner fullname="John Green"/>
+  <Books>
+    <Book author="John Green" title="The Fault in Our Stars"/>
+    <Book author="Jane Austen" title="Pride &amp; Prejudice"/>
+    <Book author="J.D. Salinger" title="Nine Stories"/>
+  </Books>
+</Bookshelf>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]