Merge pull request #998 from dreftymac/patch-1

Update xml.html.markdown
This commit is contained in:
Geoff Liu 2015-03-11 21:36:46 -06:00
commit 4562e82c01

View File

@ -7,7 +7,7 @@ contributors:
XML is a markup language designed to store and transport data.
Unlike HTML, XML does not specifies how to display or to format data, just carry it.
Unlike HTML, XML does not specify how to display or to format data, just carry it.
* XML Syntax
@ -123,4 +123,4 @@ With this tool, you can check the XML data outside the application logic.
<price>30.00</price>
</book>
</bookstore>
```
```