1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?xml version="1.0" encoding="UTF-8"?> <bookstore> <book> <title>1</title> <author>test1</author> </book> <book> <title>2</title> <author>test2</author> </book> <book> <title>3</title> <author>test3</author> </book> <book> <title>4</title> <author>test4</author> </book> </bookstore>