<?xml version="1.0" encoding="UTF-8"?>
<product>
  <color>Lemon</color>
  <created-at type="datetime">2007-12-12T21:14:29+00:00</created-at>
  <description>Who said Ruby wasn't enterprise ready?</description>
  <enable-sale type="boolean">true</enable-sale>
  <id type="integer">2</id>
  <is-taxable type="boolean">false</is-taxable>
  <name>Enterprise ready</name>
  <price type="decimal">18.0</price>
  <product-type-id type="integer">1</product-type-id>
  <sale-price type="decimal">18.0</sale-price>
  <updated-at type="datetime">2008-12-15T11:34:22+00:00</updated-at>
  <user-id type="integer">1</user-id>
</product>
