mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00: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.
|
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
|
* XML Syntax
|
||||||
|
|
||||||
@ -123,4 +123,4 @@ With this tool, you can check the XML data outside the application logic.
|
|||||||
<price>30.00</price>
|
<price>30.00</price>
|
||||||
</book>
|
</book>
|
||||||
</bookstore>
|
</bookstore>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user