Created
July 11, 2016 22:07
-
-
Save noisy/9d91e7b5178f101150a72df7f03409b6 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
<document> | |
<company> | |
<ceo>Elon Musk</ceo> | |
<employees>13058</employees> | |
<address> | |
<city>Palo Alto</city> | |
<state>California</state> | |
<country>USA</country> | |
</address> | |
</company> | |
<offers> | |
<offer avail="0"> | |
<id>1</id> | |
<model>Tesla Roadster</model> | |
<imageUrl>https://www.teslamotors.com/sites/default/files/styles/blog-picture_2x_1400xvar_/public/0H8E6227_1.jpg</imageUrl> | |
</offer> | |
<offer avail="1"> | |
<id>2</id> | |
<model>Tesla Model S</model> | |
<price>63400.00</price> | |
<offerUrl>https://www.teslamotors.com/models</offerUrl> | |
<imageUrl>https://www.teslamotors.com/tesla_theme/assets/img/models/section-initial.jpg</imageUrl> | |
</offer> | |
<offer avail="1"> | |
<id>3</id> | |
<model>Tesla Model X</model> | |
<price>69300.00</price> | |
<offerUrl>https://www.teslamotors.com/modelx</offerUrl> | |
<imageUrl>https://www.teslamotors.com/tesla_theme/assets/img/modelx/section-exterior-profile.jpg</imageUrl> | |
</offer> | |
<offer avail="1"> | |
<id>4</id> | |
<model>Tesla Model 3</model> | |
<price>35000.00</price> | |
<offerUrl>https://www.teslamotors.com/model3</offerUrl> | |
<imageUrl>https://www.teslamotors.com/sites/default/files/images/model-3/gallery/gallery-1.jpg</imageUrl> | |
</offer> | |
</offers> | |
</document> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment