Last active
December 17, 2015 00:59
-
-
Save davidsan/5524648 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE annonces SYSTEM 'annonces.dtd' > <annonces> | |
| <annonce type="maison"> | |
| <adresse>Rue Balzac 37000 Tours</adresse> | |
| <description superficie="140" prix="400000">Jolie maison</description> | |
| <contact by="mail">toto@monmail.com</contact> | |
| </annonce> | |
| <annonce type="appartement"> | |
| <adresse>4 Place Jussieu 75005 Paris</adresse> | |
| <description superficie="250" prix="2500000">Etablissement universitaire</description> | |
| <contact by="telephone">0123456789</contact> | |
| </annonce> | |
| <annonce type="autre"> | |
| <adresse>Rue du Glacier 74000 Annecyy</adresse> | |
| <description prix="1200">Casier pour skis</description> | |
| <contact by="mail">ed.durlaba@provider.com</contact> | |
| <contact by="telephone">0502030405</contact> | |
| </annonce> </annonces> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment