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
commit 2315d0587d

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>