mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
12 lines
206 B
XML
12 lines
206 B
XML
<?xml version="1.0" ?>
|
|
<books>
|
|
<book>
|
|
<title>The Grapes of Wrath</title>
|
|
<author>John Steinbeck</author>
|
|
</book>
|
|
<book>
|
|
<title>The Pearl</title>
|
|
<author>John Steinbeck</author>
|
|
</book>
|
|
</books>
|