From 2df119603f5a560ffb6cafe85f6377076276a34a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 15 Jul 2007 22:09:59 +0000 Subject: Implement TestObject class and other test utilities (testutils.h) Rudimentary test of libxml binding, so I can see what's needed svn path=/trunk/dom/; revision=3419 --- test/data/binding/staff.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 test/data/binding/staff.xml (limited to 'test/data/binding') diff --git a/test/data/binding/staff.xml b/test/data/binding/staff.xml new file mode 100644 index 0000000..f89c510 --- /dev/null +++ b/test/data/binding/staff.xml @@ -0,0 +1,57 @@ + + + + + Element data"> + + + + +]> + + + + EMP0001 + Margaret Martin + Accountant + 56,000 + Female +
1230 North Ave. Dallas, Texas 98551
+
+ + EMP0002 + Martha Raynolds + + Secretary + 35,000 + Female +
&ent2; Dallas, &ent3; + 98554
+
+ + EMP0003 + Roger + Jones + Department Manager + 100,000 + &ent4; +
PO Box 27 Irving, texas 98553
+
+ + EMP0004 + Jeny Oconnor + Personnel Director + 95,000 + Female +
27 South Road. Dallas, Texas 98556
+
+ + EMP0005 + Robert Myers + Computer Specialist + 90,000 + male +
1821 Nordic. Road, Irving Texas 98558
+
+
-- cgit v1.2.3