diff options
Diffstat (limited to 'examples/xml/tab-obj.xml')
-rw-r--r-- | examples/xml/tab-obj.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/xml/tab-obj.xml b/examples/xml/tab-obj.xml new file mode 100644 index 0000000..1f0383d --- /dev/null +++ b/examples/xml/tab-obj.xml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<xml> + <table> + <rec id="1"> + <numField>123</numField> + <stringField>String Value</stringField> + <object name="Obj1"> + <property name="size">10</property> + <property name="type">Data</property> + </object> + </rec> + <rec id="2"> + <numField>346</numField> + <stringField>Text Value</stringField> + </rec> + <rec id="3"> + <numField>-23</numField> + <stringField>stringValue</stringField> + </rec> + </table> +</xml> |