mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Update xml.html.markdown
This commit is contained in:
parent
104ffc3608
commit
274ecf07e1
@ -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>
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user