<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright www.twle.cn -->
<bookstore>
<book>
  <title lang="zh-CN">数学之美</title>
  <author>吴军</author>
  <price>32.90</price>
</book>

<book>
  <title lang="zh-CN">跟阿铭学Linux(第3版)</title>
  <author>李世明</author>
  <price>48.70</price>
</book>

<book>
  <title lang="zh-CN">设计中的设计</title>
  <author>原研哉、 朱锷</author>
  <price>26.80</price>
</book>

</bookstore>
