mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-14 18:55:00 +02:00
Merge pull request #1521 from mwozniczak/xml-fix
[xml/en] Superfluous spaces removed in some tags in 'XML'
This commit is contained in:
@@ -83,7 +83,7 @@ With this tool, you can check the XML data outside the application logic.
|
|||||||
<!DOCTYPE note SYSTEM "Bookstore.dtd">
|
<!DOCTYPE note SYSTEM "Bookstore.dtd">
|
||||||
<bookstore>
|
<bookstore>
|
||||||
<book category="COOKING">
|
<book category="COOKING">
|
||||||
<title >Everyday Italian</title>
|
<title>Everyday Italian</title>
|
||||||
<price>30.00</price>
|
<price>30.00</price>
|
||||||
</book>
|
</book>
|
||||||
</bookstore>
|
</bookstore>
|
||||||
@@ -121,7 +121,7 @@ With this tool, you can check the XML data outside the application logic.
|
|||||||
|
|
||||||
<bookstore>
|
<bookstore>
|
||||||
<book category="COOKING">
|
<book category="COOKING">
|
||||||
<title >Everyday Italian</title>
|
<title>Everyday Italian</title>
|
||||||
<price>30.00</price>
|
<price>30.00</price>
|
||||||
</book>
|
</book>
|
||||||
</bookstore>
|
</bookstore>
|
||||||
|
Reference in New Issue
Block a user