4
1.
緒論
(2/4)
XML
的一個範例
<?xml version="1.0" encoding="Big5" ?>
-
<lib>
<book>
<title>
XML
大未來
</title>
<author>
Mary
</author>
<price=>
590
</price>
</book>
-
<book>
<title>
如何在
7-11
白吃白喝
</title>
<author>
無名氏
</author>
<price>
120
</price>
</book>
</lib>