mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-15 11:14:24 +02:00
Update xml.html.markdown
This commit is contained in:
@@ -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>
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user