<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>109913</id>
      <name>cssx</name>
      <created_at>2008-12-27T15:24:23Z</created_at>
      <updated_at>2009-06-06T13:26:00Z</updated_at>
      <description>Allows use of variables and block inclusions as well as arbitrarily nested blocks 

Example syntax: 

/* sample.cssx */

$red = #f00;
$block = {
    div {
        padding: 10px;
    }
    color: $red;
    border-width: 1px;
    margin: 20px 10px 15px 0;
}

.warning {
    color: $red;
}

.content {
    .warning {
        width: 200px;
    }

    cite { @rule($block); }

    p {
        span.tooltip {
            color: blue;
        }
        font-size: 1.1em;
    }

    .header {
        @rule($block);
        font-size: 0.8em;
    }

    font-family: Verdana, Arial, sans-serif;
}</description>
      <homepage_url>http://code.google.com/p/cssx</homepage_url>
      <download_url></download_url>
      <url_name>cssx</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id>596178</analysis_id>
      <analysis>
        <id>596178</id>
        <project_id>109913</project_id>
        <updated_at>2009-12-13T21:47:50Z</updated_at>
        <logged_at>2009-12-13T21:47:46Z</logged_at>
        <min_month>2008-01-01T00:00:00Z</min_month>
        <max_month>2008-04-01T00:00:00Z</max_month>
        <twelve_month_contributor_count>0</twelve_month_contributor_count>
        <total_code_lines>329</total_code_lines>
        <main_language_id>9</main_language_id>
        <main_language_name>Python</main_language_name>
      </analysis>
      <licenses>
        <license>
          <name>lgpl</name>
          <nice_name>GNU Lesser General Public License 2.1</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
