Sha256: 046310360f157df7a528763ad2c97e3f724e394fd2916ddbb39e62bb91df08e0
Contents?: true
Size: 602 Bytes
Versions: 11
Compression:
Stored size: 602 Bytes
Contents
<?xml version="1.0" encoding="ISO-8859-1"?> <books> <category> <name>Category 1</name> <book> <isbn>1</isbn> <title>Title of 1</title> <author>Author of 1</author> </book> <book> <isbn>2</isbn> <title>Title of 2</title> <author>Author of 2</author> </book> <book> <isbn>3</isbn> <title>Title of 3</title> <author>Author of 3</author> </book> <book> <isbn>4</isbn> <title>Title of 4</title> <author>Author of 4</author> </book> <book> <isbn>5</isbn> <title>Title of 5</title> <author>Author of 5</author> </book> </category> </books>
Version data entries
11 entries across 11 versions & 2 rubygems