]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/pxp/pxp/examples/simple_transformation/sample.xml
Initial revision
[helm.git] / helm / DEVEL / pxp / pxp / examples / simple_transformation / sample.xml
diff --git a/helm/DEVEL/pxp/pxp/examples/simple_transformation/sample.xml b/helm/DEVEL/pxp/pxp/examples/simple_transformation/sample.xml
new file mode 100644 (file)
index 0000000..00d36b0
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml encoding="ISO-8859-1"?>
+<record-list>
+  <record>
+    <last-name>Stolpmann</last-name>
+    <first-name>Gerd</first-name>
+    <phone>997705</phone>
+  </record>
+  <record>
+    <last-name>Smith</last-name>
+    <first-name>Jack</first-name>
+    <phone>12345</phone>
+  </record>
+  <record>
+    <last-name>Ützgür</last-name>
+    <first-name>xxx</first-name>
+    <phone>7654</phone>
+  </record>
+</record-list>