mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-09 08:16:58 +02:00
Fix xml
This commit is contained in:
@@ -11,7 +11,7 @@ Unlike HTML, XML does not specifies how to display or to format data, just carry
|
|||||||
|
|
||||||
* XML Syntax
|
* XML Syntax
|
||||||
|
|
||||||
```XML
|
```xml
|
||||||
<!-- Comments in XML are like this -->
|
<!-- Comments in XML are like this -->
|
||||||
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
@@ -72,7 +72,7 @@ regarding that document.
|
|||||||
|
|
||||||
With this tool, you can check the XML data outside the application logic.
|
With this tool, you can check the XML data outside the application logic.
|
||||||
|
|
||||||
```XML
|
```xml
|
||||||
|
|
||||||
<!-- Below, you can see an simplified version of bookstore document,
|
<!-- Below, you can see an simplified version of bookstore document,
|
||||||
with the addition of DTD definition.-->
|
with the addition of DTD definition.-->
|
||||||
|
Reference in New Issue
Block a user