<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>120759</id>
      <name>Fizzler</name>
      <created_at>2009-01-02T15:35:13Z</created_at>
      <updated_at>2009-11-19T15:40:06Z</updated_at>
      <description>Based on the HTML Agility Pack parser, this engine will select elements from an HTML page based on a CSS selector. There are 70 unit tests - see below for more information. The tests are based on the jQuery selector engine tests. At this time, the library is ALPHA quality, as I would like to improved the tests by improving the test data.  

Contributions for refactoring, improved tests, and increased selector support would be welcome. 

Introductory blog post: http://colinramsay.co.uk/diary/2008/10/19/fizzler-a-css-selector-engine-for-c-sharp/ 

ExamplesWe have this HTML in a string variable called html: 

  
Fizzler

CSS Selector Engine

 
 

var engine = new Fizzler.Parser.SelectorEngine(html);
engine.Parse(&quot;.content&quot;); // returns [Fizzler

]
engine.Parse(&quot;p&quot;); // ret</description>
      <homepage_url>http://code.google.com/p/fizzler</homepage_url>
      <download_url></download_url>
      <url_name>fizzler</url_name>
      <user_count>1</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id>763955</analysis_id>
      <analysis>
        <id>763955</id>
        <project_id>120759</project_id>
        <updated_at>2009-12-03T13:23:29Z</updated_at>
        <logged_at>2009-12-03T13:23:21Z</logged_at>
        <min_month>2008-10-01T00:00:00Z</min_month>
        <max_month>2009-11-01T00:00:00Z</max_month>
        <twelve_month_contributor_count>2</twelve_month_contributor_count>
        <total_code_lines>39089</total_code_lines>
        <main_language_id>17</main_language_id>
        <main_language_name>C#</main_language_name>
      </analysis>
      <licenses>
        <license>
          <name>bsd_ish</name>
          <nice_name>New BSD License</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
