PyLucene 3.4.0-1 import
[pylucene.git] / samples / LuceneInAction / lia / handlingtypes / data / addressbook-entry.xml
1 <?xml version='1.0' encoding='utf-8'?>
2 <address-book>
3     <contact type="individual">
4         <name>Zane Pasolini</name>
5         <address>999 W. Prince St.</address>
6         <city>New York</city>
7         <province>NY</province>
8         <postalcode>10013</postalcode>
9         <country>USA</country>
10         <telephone>+1 212 345 6789</telephone>
11     </contact>
12 </address-book>