summaryrefslogtreecommitdiffstats
path: root/examples/xsd2c/ex4/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xsd2c/ex4/README')
-rw-r--r--examples/xsd2c/ex4/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/examples/xsd2c/ex4/README b/examples/xsd2c/ex4/README
new file mode 100644
index 0000000..3303af9
--- /dev/null
+++ b/examples/xsd2c/ex4/README
@@ -0,0 +1,37 @@
+##################################################
+#
+# PROJECT: xsd2c examples
+# CREATED: 27.05.2004
+# WRITTEN BY: Ferhat Ayaz
+#
+##################################################
+
+
+DESCRIPTION:
+
+ This example uses a simple comlexType (Person)
+ to show you how to:
+
+ + deserialize
+
+ a xsd object in c
+
+
+FILES:
+
+ ex4.c : Main program code
+ ex4.xsd : XML Schema
+ Makefile : The makefile
+ README : This file
+
+
+ After you make the program with
+
+ $>make
+
+ the following c files will be generated:
+
+ + Person_xsd.h
+ + Person_xsd.c
+
+