]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/pxp/pxp/examples/simple_transformation/sample.xml
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / DEVEL / pxp / pxp / examples / simple_transformation / sample.xml
1 <?xml encoding="ISO-8859-1"?>
2 <record-list>
3   <record>
4     <last-name>Stolpmann</last-name>
5     <first-name>Gerd</first-name>
6     <phone>997705</phone>
7   </record>
8   <record>
9     <last-name>Smith</last-name>
10     <first-name>Jack</first-name>
11     <phone>12345</phone>
12   </record>
13   <record>
14     <last-name>Ützgür</last-name>
15     <first-name>xxx</first-name>
16     <phone>7654</phone>
17   </record>
18 </record-list>