mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
12 lines
303 B
XML
12 lines
303 B
XML
<?xml version="1.0"?>
|
|
<x:books xmlns:x="urn:books">
|
|
<book id="1">
|
|
<author>Writer</author>
|
|
<title>The First Book</title>
|
|
<genre>Fiction</genre>
|
|
<price>44.95</price>
|
|
<pub_date>2000-10-01</pub_date>
|
|
<review>An amazing story of nothing.</review>
|
|
</book>
|
|
</x:books>
|