<?xml version="1.0" encoding="UTF-8"?>
<product>
  <color>Fuchsia</color>
  <created-at type="datetime">2008-04-03T11:25:37+00:00</created-at>
  <description>&lt;a href='http://peepcode.com'&gt;PeepCode Screencasts&lt;/a&gt; are a high-intensity way to learn Ruby on Rails website development.</description>
  <enable-sale type="boolean">false</enable-sale>
  <id type="integer">8</id>
  <is-taxable type="boolean">false</is-taxable>
  <name>Peepcode</name>
  <price type="decimal">18.0</price>
  <product-type-id type="integer">1</product-type-id>
  <sale-price type="decimal" nil="true"></sale-price>
  <updated-at type="datetime">2008-09-19T15:55:42+00:00</updated-at>
  <user-id type="integer">3</user-id>
</product>
