remove white space at the end of both xml files

This commit is contained in:
niuzhist 2014-05-31 15:18:05 -07:00
parent 070df0635c
commit c93bb219f5
2 changed files with 2 additions and 12 deletions

View File

@ -123,9 +123,4 @@ With this tool, you can check the XML data outside the application logic.
<price>30.00</price>
</book>
</bookstore>
```
```

View File

@ -124,9 +124,4 @@ XML是一种标记语言被设计用来存储数据和传输数据。
<price>30.00</price>
</book>
</bookstore>
```
```