1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 10:14:58 +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:
ven
2015-10-14 22:11:56 +02:00

View File

@@ -83,7 +83,7 @@ With this tool, you can check the XML data outside the application logic.
<!DOCTYPE note SYSTEM "Bookstore.dtd">
<bookstore>
<book category="COOKING">
<title >Everyday Italian</title>
<title>Everyday Italian</title>
<price>30.00</price>
</book>
</bookstore>
@@ -121,7 +121,7 @@ With this tool, you can check the XML data outside the application logic.
<bookstore>
<book category="COOKING">
<title >Everyday Italian</title>
<title>Everyday Italian</title>
<price>30.00</price>
</book>
</bookstore>