<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/tag/parser">
<title>Public marks with tag parser</title>
<description>Public marks with tag parser</description>
<link>http://blogmarks.net/marks/tag/parser</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058626105"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058593365"/>
<rdf:li resource="http://blogmarks.net/api/user/eledo34/mark/1058580542"/>
<rdf:li resource="http://blogmarks.net/api/user/vrossign/mark/1058578074"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058565645"/>
<rdf:li resource="http://blogmarks.net/api/user/dav/mark/1058564596"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058554346"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058553982"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058553981"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058549958"/>
<rdf:li resource="http://blogmarks.net/api/user/br1o/mark/1058556431"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058486058"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058482489"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058447938"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058447936"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058421481"/>
<rdf:li resource="http://blogmarks.net/api/user/touristic/mark/1058325521"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058307150"/>
<rdf:li resource="http://blogmarks.net/api/user/vrossign/mark/1058250783"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058227466"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058217792"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058545049"/>
<rdf:li resource="http://blogmarks.net/api/user/dav/mark/1058173307"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058070891"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058545184"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058626105">
<title>enriquepablo / nl / wiki / Home — bitbucket.org</title>
<link>http://bitbucket.org/enriquepablo/nl/wiki/Home</link>
<description>&lt;blockquote&gt;&lt;p&gt;nl is a python library, that exposes a declarative API that allows us to build sentences and rules. These are used as input for a knowledge base built on the CLIPS production system. CLIPS builds a Rete network with the rules and sentences, which can then be queried for the consecuences of those in a most efficient way.&lt;/p&gt;&lt;p&gt;The main claim of nl is to offer a syntax that can accommodate any coherent theory that we may build with the natural language (in the same sense as something like the semantic web's OWL-Full would), while at the same time being based on a simple finite domain first order theory. This theory is NL, a discussion of which can be found here. This discussion is probably required reading to understand the breadth and the limits of nl, but not to start using it.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-20T13:10:28Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, langue, parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://bitbucket.org/enriquepablo/nl/wiki/Home"><img border="0" src="http://blogmarks.net/screenshots/2009/12/20/974c660d388d02199ef64bc74268bd68.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://bitbucket.org/enriquepablo/nl/wiki/Home">enriquepablo / nl / wiki / Home — bitbucket.org</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>nl is a python library, that exposes a declarative API that allows us to build sentences and rules. These are used as input for a knowledge base built on the CLIPS production system. CLIPS builds a Rete network with the rules and sentences, which can then be queried for the consecuences of those in a most efficient way.</p><p>The main claim of nl is to offer a syntax that can accommodate any coherent theory that we may build with the natural language (in the same sense as something like the semantic web's OWL-Full would), while at the same time being based on a simple finite domain first order theory. This theory is NL, a discussion of which can be found here. This discussion is probably required reading to understand the breadth and the limits of nl, but not to start using it.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/langue">langue</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058626105">Copy</a> | 
<a href="http://blogmarks.net/link/3443718">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058593365">
<title>ry's http-parser at master - GitHub</title>
<link>http://github.com/ry/http-parser</link>
<description>&lt;blockquote&gt;&lt;p&gt;This is a parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any allocations, it does not buffer data, and it can be interrupted at anytime. It only requires about 128 bytes of data per message stream (in a web server that is per connection).&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-27T04:13:24Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>http, parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://github.com/ry/http-parser"><img border="0" src="http://blogmarks.net/screenshots/2009/11/27/1c42b51e7de1f1892d28240e17f4eee8.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://github.com/ry/http-parser">ry's http-parser at master - GitHub</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>This is a parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any allocations, it does not buffer data, and it can be interrupted at anytime. It only requires about 128 bytes of data per message stream (in a web server that is per connection).</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058593365">Copy</a> | 
<a href="http://blogmarks.net/link/3417203">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/eledo34/mark/1058580542">
<title>jParse - jQuery XML Parse Plugin</title>
<link>http://jparse.kylerush.net/</link>
<description></description>
<dc:date>2009-11-13T13:43:23Z</dc:date>
<dc:author>eledo34</dc:author>
<dc:subject>jQuery, parser, xml</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://jparse.kylerush.net/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/04/60046c1ee66889e7d19e216cf4e8b568.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://jparse.kylerush.net/">jParse - jQuery XML Parse Plugin</a></h4>
 
by <a href="http://blogmarks.net/user/eledo34">eledo34</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3404977">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/jQuery">jQuery</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xml">xml</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058580542">Copy</a> | 
<a href="http://blogmarks.net/link/3404977">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vrossign/mark/1058578074">
<title>jParse - jQuery XML Parse Plugin</title>
<link>http://jparse.kylerush.net/</link>
<description></description>
<dc:date>2009-11-10T13:41:16Z</dc:date>
<dc:author>vrossign</dc:author>
<dc:subject>parser, xml, js, jQuery</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://jparse.kylerush.net/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/04/60046c1ee66889e7d19e216cf4e8b568.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://jparse.kylerush.net/">jParse - jQuery XML Parse Plugin</a></h4>
 
by <a href="http://blogmarks.net/user/vrossign">vrossign</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3404977">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xml">xml</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/js">js</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/jQuery">jQuery</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058578074">Copy</a> | 
<a href="http://blogmarks.net/link/3404977">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058565645">
<title>Whatpm::HTML - An HTML Parser and Serializer</title>
<link>http://suika.fam.cx/www/markup/html/whatpm/Whatpm/HTML.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Whatpm::HTML - An HTML Parser and Serializer&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-28T14:09:09Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>html5, parser, perl</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://suika.fam.cx/www/markup/html/whatpm/Whatpm/HTML.html"><img border="0" src="http://blogmarks.net/screenshots/2009/10/28/a9b5d8b7583fd25073101d01cc60a660.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://suika.fam.cx/www/markup/html/whatpm/Whatpm/HTML.html">Whatpm::HTML - An HTML Parser and Serializer</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Whatpm::HTML - An HTML Parser and Serializer</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html5">html5</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/perl">perl</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058565645">Copy</a> | 
<a href="http://blogmarks.net/link/3395407">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/dav/mark/1058564596">
<title>AS3 SRT Subtitle parser | base42.nl</title>
<link>http://blog.base42.nl/2009/07/29/as3-srt-subtitle-parser/</link>
<description></description>
<dc:date>2009-10-27T10:26:36Z</dc:date>
<dc:author>dav</dc:author>
<dc:subject>as3, parser, srt, vidéo</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.base42.nl/2009/07/29/as3-srt-subtitle-parser/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/27/824c7d67855a9b03884f514d2aa561fe.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.base42.nl/2009/07/29/as3-srt-subtitle-parser/">AS3 SRT Subtitle parser | base42.nl</a></h4>
 
by <a href="http://blogmarks.net/user/dav">dav</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3394580">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/as3">as3</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/srt">srt</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vid%25C3%25A9o">vidéo</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058564596">Copy</a> | 
<a href="http://blogmarks.net/link/3394580">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058554346">
<title>rdfa_parser | gemcutter | awesome gem hosting</title>
<link>http://gemcutter.org/gems/rdfa_parser</link>
<description>&lt;blockquote&gt;&lt;p&gt;Yields each triple, or generate in-memory graph&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-18T21:30:49Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>rdfa, parser, ruby, websemantique</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://gemcutter.org/gems/rdfa_parser"><img border="0" src="http://blogmarks.net/screenshots/2009/10/18/adae0184cdfcab2b2c162a60cd7477cb.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://gemcutter.org/gems/rdfa_parser">rdfa_parser | gemcutter | awesome gem hosting</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Yields each triple, or generate in-memory graph</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rdfa">rdfa</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ruby">ruby</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/websemantique">websemantique</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058554346">Copy</a> | 
<a href="http://blogmarks.net/link/3387148">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058553982">
<title>pyparsing</title>
<link>http://crpppc19.epfl.ch/doc/python-pyparsing/htmldoc/frames.html</link>
<description>The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. With pyparsing, you don't need to learn a new syntax for defining grammars or matching expressions - the parsing module provides a library of classes that you use to construct the grammar directly in Python.</description>
<dc:date>2009-10-18T18:20:45Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://crpppc19.epfl.ch/doc/python-pyparsing/htmldoc/frames.html"><img border="0" src="http://blogmarks.net/screenshots/2009/10/18/f9d8dcdf49bce6cc4245e0362cfac8bb.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://crpppc19.epfl.ch/doc/python-pyparsing/htmldoc/frames.html">pyparsing</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="description">The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. With pyparsing, you don't need to learn a new syntax for defining grammars or matching expressions - the parsing module provides a library of classes that you use to construct the grammar directly in Python.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058553982">Copy</a> | 
<a href="http://blogmarks.net/link/3386805">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058553981">
<title>ONLamp.com: Building Recursive Descent Parsers with Python</title>
<link>http://onlamp.com/lpt/a/6435</link>
<description>&lt;blockquote&gt;&lt;p&gt;What is &quot;parsing&quot;? Parsing is processing a series of symbols to extract their meaning. Typically, this means reading the words of a sentence and drawing information from them. When application programs need to process data that is provided as text, they must use some form of parsing logic. This logic scans the text characters and character groups (words) and recognizes patterns of groups to extract the underlying commands or information.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-18T18:19:53Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://onlamp.com/lpt/a/6435"><img border="0" src="http://blogmarks.net/screenshots/2009/10/18/99b05dbf5633e6bbaffa6f74465de61a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://onlamp.com/lpt/a/6435">ONLamp.com: Building Recursive Descent Parsers with Python</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>What is "parsing"? Parsing is processing a series of symbols to extract their meaning. Typically, this means reading the words of a sentence and drawing information from them. When application programs need to process data that is provided as text, they must use some form of parsing logic. This logic scans the text characters and character groups (words) and recognizes patterns of groups to extract the underlying commands or information.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058553981">Copy</a> | 
<a href="http://blogmarks.net/link/3386804">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058549958">
<title>Snowball</title>
<link>http://snowball.tartarus.org/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. This site describes Snowball, and presents several useful stemmers which have been implemented using it.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-14T09:56:58Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>parser, processing, grammaire</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://snowball.tartarus.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/14/9e69e45c32fa0d5502ada6acd1e5b801.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://snowball.tartarus.org/">Snowball</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2907831">1 other(s)</a> 
<div class="description"><blockquote><p>Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. This site describes Snowball, and presents several useful stemmers which have been implemented using it.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/processing">processing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/grammaire">grammaire</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058549958">Copy</a> | 
<a href="http://blogmarks.net/link/2907831">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/br1o/mark/1058556431">
<title>xCSS - OO CSS Framework</title>
<link>http://xcss.antpaw.org/</link>
<description></description>
<dc:date>2009-10-12T14:19:10Z</dc:date>
<dc:author>br1o</dc:author>
<dc:subject>webdev, framework, open-source, object, scaffold, css,, objectOriented, parser, oo, xcss, oocss, oop, css-framework, frameworks, php, objet, css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://xcss.antpaw.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/13/9910f4081acd3c3f4dd22e6a8afc9d44.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://xcss.antpaw.org/">xCSS - OO CSS Framework</a></h4>
 
by <a href="http://blogmarks.net/user/br1o">br1o</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3381218">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webdev">webdev</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/framework">framework</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/open-source">open-source</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/object">object</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/scaffold">scaffold</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css%252C">css,</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/objectOriented">objectOriented</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/oo">oo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xcss">xcss</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/oocss">oocss</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/oop">oop</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css-framework">css-framework</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/frameworks">frameworks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/objet">objet</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css">css</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058556431">Copy</a> | 
<a href="http://blogmarks.net/link/3381218">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058486058">
<title>Character encoding detection for external scripts</title>
<link>http://lists.w3.org/Archives/Public/www-archive/2009Aug/att-0086/script-encoding-detection.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;This is (EF BB BF) C3 B6 3D 22 21 22 loaded into browsers under various labels. That happens to be properly formed ECMAScript code for all the encodings used. The bogus results for Opera9 can easily be reproduced in context of the testing script, but probably not individually from a clean cache; what's going on there is unknown. I also noted in running these tests that Opera claims &quot;Opera supports the entire ECMA-262 2nd and 3rd standards with no exceptions&quot; while in fact their implementation does not, the parser rejects code that follows the IdentifierStart ::  UnicodeEscapeSequence production of ECMA-262 section 7.6. Instead it implements Opera-only extensions, like comma-free arrays ala [ 1 2 3 ]. Other fun facts include: IE does not implement onload for iframes and cannot modify the innerHTML or tr elements; Firefox ignores &quot;tags&quot; when setting the innerHTML of dynamically created tr elements with no ownerElement... Oh and Opera again needs /th &quot;tags&quot; so it won't nest adjacent th elements when setting innerHTML.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-08-30T13:29:55Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>html, implementation, parser, testing, unicode, charset</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://lists.w3.org/Archives/Public/www-archive/2009Aug/att-0086/script-encoding-detection.html"><img border="0" src="http://blogmarks.net/screenshots/2009/08/30/4f7b20c7ec9e67ca1c48ae5c6a352e37.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://lists.w3.org/Archives/Public/www-archive/2009Aug/att-0086/script-encoding-detection.html">Character encoding detection for external scripts</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>This is (EF BB BF) C3 B6 3D 22 21 22 loaded into browsers under various labels. That happens to be properly formed ECMAScript code for all the encodings used. The bogus results for Opera9 can easily be reproduced in context of the testing script, but probably not individually from a clean cache; what's going on there is unknown. I also noted in running these tests that Opera claims "Opera supports the entire ECMA-262 2nd and 3rd standards with no exceptions" while in fact their implementation does not, the parser rejects code that follows the IdentifierStart ::  UnicodeEscapeSequence production of ECMA-262 section 7.6. Instead it implements Opera-only extensions, like comma-free arrays ala [ 1 2 3 ]. Other fun facts include: IE does not implement onload for iframes and cannot modify the innerHTML or tr elements; Firefox ignores "tags" when setting the innerHTML of dynamically created tr elements with no ownerElement... Oh and Opera again needs /th "tags" so it won't nest adjacent th elements when setting innerHTML.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html">html</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/implementation">implementation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/testing">testing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unicode">unicode</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/charset">charset</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058486058">Copy</a> | 
<a href="http://blogmarks.net/link/3328424">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058482489">
<title>RDFa Fragment Parser</title>
<link>http://www.w3.org/2006/07/SWD/RDFa/impl/js/fragment-parser/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Paste a chunk of XHTML RDFa below, and click &quot;Parse.&quot;&lt;/p&gt;&lt;p&gt;make sure you do the right thing for RDFa validation when you eventually place this chunk inside a web page&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-08-27T03:29:41Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>rdfa, validation, parser, xhtml</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.w3.org/2006/07/SWD/RDFa/impl/js/fragment-parser/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/27/4c7e12390bce1574de4078abba9ee629.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.w3.org/2006/07/SWD/RDFa/impl/js/fragment-parser/">RDFa Fragment Parser</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Paste a chunk of XHTML RDFa below, and click "Parse."</p><p>make sure you do the right thing for RDFa validation when you eventually place this chunk inside a web page</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rdfa">rdfa</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/validation">validation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xhtml">xhtml</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058482489">Copy</a> | 
<a href="http://blogmarks.net/link/3325441">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058447938">
<title>Sparkles everywhere, CubicWeb gets fizzy (CubicWeb's Forge)</title>
<link>http://www.cubicweb.org/blogentry/344822</link>
<description>&lt;blockquote&gt;&lt;p&gt;Fyzz parses the SPARQL query and generates something we decided to call an AST although it's still a bit rough for now. Fyzz understands simple triples, distincts, limits, offsets and other basic functionalities.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-07-29T12:54:11Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>SPARQL, parser, fyzz, python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cubicweb.org/blogentry/344822"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cubicweb.org/blogentry/344822">Sparkles everywhere, CubicWeb gets fizzy (CubicWeb's Forge)</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Fyzz parses the SPARQL query and generates something we decided to call an AST although it's still a bit rough for now. Fyzz understands simple triples, distincts, limits, offsets and other basic functionalities.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/SPARQL">SPARQL</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fyzz">fyzz</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058447938">Copy</a> | 
<a href="http://blogmarks.net/link/3300670">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058447936">
<title>fyzz (fyzz is a sparkling Python parser for the Sparql query language) (Logilab.org)</title>
<link>http://www.logilab.org/project/fyzz</link>
<description>&lt;blockquote&gt;&lt;p&gt;fyzz is a sparkling Python parser for the Sparql query language&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-07-29T12:49:54Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, parser, SPARQL</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.logilab.org/project/fyzz"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.logilab.org/project/fyzz">fyzz (fyzz is a sparkling Python parser for the Sparql query language) (Logilab.org)</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>fyzz is a sparkling Python parser for the Sparql query language</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/SPARQL">SPARQL</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058447936">Copy</a> | 
<a href="http://blogmarks.net/link/3300668">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058421481">
<title>John Resig - HTML 5 Parsing</title>
<link>http://ejohn.org/blog/html-5-parsing/</link>
<description>&lt;blockquote&gt;&lt;p&gt;If you're interested in giving the new parser a try (it's doubtful that you'll see many obvious changes - but any help in hunting down bugs would be appreciated) you can download a nightly of Firefox, open about:config, and set html5.enable to true.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-07-08T12:26:38Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>html5, parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ejohn.org/blog/html-5-parsing/"><img border="0" src="http://blogmarks.net/screenshots/2009/07/08/69fe441d452312ea6cc397664a143e75.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ejohn.org/blog/html-5-parsing/">John Resig - HTML 5 Parsing</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>If you're interested in giving the new parser a try (it's doubtful that you'll see many obvious changes - but any help in hunting down bugs would be appreciated) you can download a nightly of Firefox, open about:config, and set html5.enable to true.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html5">html5</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058421481">Copy</a> | 
<a href="http://blogmarks.net/link/3279921">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/touristic/mark/1058325521">
<title>Splush</title>
<link>http://www.feedasplush.com/</link>
<description></description>
<dc:date>2009-05-15T16:21:59Z</dc:date>
<dc:author>touristic</dc:author>
<dc:subject>splush, web2, flux rss, parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.feedasplush.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/05/15/10b35124e7e8272cd588ccf9c648bce9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.feedasplush.com/">Splush</a></h4>
 
by <a href="http://blogmarks.net/user/touristic">touristic</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2762939">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/splush">splush</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web2">web2</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flux%2Brss">flux rss</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058325521">Copy</a> | 
<a href="http://blogmarks.net/link/2762939">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058307150">
<title>Python Package Index : pyWxSVG 0.1</title>
<link>http://pypi.python.org/pypi/pyWxSVG/0.1</link>
<description>&lt;blockquote&gt;&lt;p&gt;View and print svg file or svg content, convert svg to raster graphics. Partial support svg format. Tested with Python 2.5 and wxPython 2.8.9.2. Drawing use wx.GraphicsContext class. Path parser from Enable - SVGPathParser class.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-05-01T02:08:31Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, svg, parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pypi.python.org/pypi/pyWxSVG/0.1"><img border="0" src="http://blogmarks.net/screenshots/2009/05/01/977299ea8f0f18003f097e1c637294fd.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pypi.python.org/pypi/pyWxSVG/0.1">Python Package Index : pyWxSVG 0.1</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>View and print svg file or svg content, convert svg to raster graphics. Partial support svg format. Tested with Python 2.5 and wxPython 2.8.9.2. Drawing use wx.GraphicsContext class. Path parser from Enable - SVGPathParser class.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svg">svg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058307150">Copy</a> | 
<a href="http://blogmarks.net/link/3182336">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vrossign/mark/1058250783">
<title>Styleneat - CSS Organizer</title>
<link>http://styleneat.com/</link>
<description></description>
<dc:date>2009-03-26T18:49:30Z</dc:date>
<dc:author>vrossign</dc:author>
<dc:subject>css, style, parser, beautifier</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://styleneat.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/03/27/49822723314128ea1b0a623954ae7c24.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://styleneat.com/">Styleneat - CSS Organizer</a></h4>
 
by <a href="http://blogmarks.net/user/vrossign">vrossign</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css">css</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/style">style</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/beautifier">beautifier</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058250783">Copy</a> | 
<a href="http://blogmarks.net/link/3135822">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058227466">
<title>RFC (2)822 &amp; 3696 Email Address Parser in PHP</title>
<link>http://code.iamcal.com/php/rfc822/</link>
<description>&lt;blockquote&gt;&lt;p&gt;The test suite shows results for each parser, based on these test definitions. These are borrowed from Dominic Sayers who has a similar parser. We are still arguing over certain tests ;)&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-03-03T03:56:50Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>email, parser, php</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.iamcal.com/php/rfc822/"><img border="0" src="http://blogmarks.net/screenshots/2009/03/03/0633c782971d16ac9090dbfb5446fcf1.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.iamcal.com/php/rfc822/">RFC (2)822 &amp; 3696 Email Address Parser in PHP</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>The test suite shows results for each parser, based on these test definitions. These are borrowed from Dominic Sayers who has a similar parser. We are still arguing over certain tests ;)</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/email">email</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058227466">Copy</a> | 
<a href="http://blogmarks.net/link/3115514">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058217792">
<title>Les parsers HTML5 - La Tortue Cynique / The Cynical Turtle</title>
<link>http://www.cynicalturtle.net/kame/index.php/2009/02/21/527-les-parsers-html5</link>
<description>&lt;blockquote&gt;&lt;p&gt;Bref, on a donc besoin d'un parser spécifique (après 30 ans à travailler avec des parsers génériques GML et SGML),&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-02-22T01:50:01Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>parser, html5</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cynicalturtle.net/kame/index.php/2009/02/21/527-les-parsers-html5"><img border="0" src="http://blogmarks.net/screenshots/2009/02/22/afd9794bc89a071e5dfb9ab65214a173.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cynicalturtle.net/kame/index.php/2009/02/21/527-les-parsers-html5">Les parsers HTML5 - La Tortue Cynique / The Cynical Turtle</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Bref, on a donc besoin d'un parser spécifique (après 30 ans à travailler avec des parsers génériques GML et SGML),</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html5">html5</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058217792">Copy</a> | 
<a href="http://blogmarks.net/link/3107072">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058545049">
<title>CUP</title>
<link>http://www2.cs.tum.edu/projects/cup/</link>
<description></description>
<dc:date>2009-02-07T19:37:48Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>java, parser, lalr</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www2.cs.tum.edu/projects/cup/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www2.cs.tum.edu/projects/cup/">CUP</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/937123">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lalr">lalr</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058545049">Copy</a> | 
<a href="http://blogmarks.net/link/937123">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/dav/mark/1058173307">
<title>GreenSock » XMLParser - Painless XML Translation</title>
<link>http://blog.greensock.com/xmlparseras2/</link>
<description></description>
<dc:date>2009-01-27T15:20:50Z</dc:date>
<dc:author>dav</dc:author>
<dc:subject>xml, as2, parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.greensock.com/xmlparseras2/"><img border="0" src="http://blogmarks.net/screenshots/2009/01/27/62daffab4d95b20545406342c9b308b6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.greensock.com/xmlparseras2/">GreenSock » XMLParser - Painless XML Translation</a></h4>
 
by <a href="http://blogmarks.net/user/dav">dav</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xml">xml</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/as2">as2</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058173307">Copy</a> | 
<a href="http://blogmarks.net/link/3067949">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058070891">
<title>PHP Simple HTML DOM Parser</title>
<link>http://simplehtmldom.sourceforge.net/</link>
<description>  &lt;ul&gt;
    &lt;li&gt;A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! &lt;/li&gt;
    &lt;li&gt;Require &lt;strong&gt;PHP 5+&lt;/strong&gt;.&lt;/li&gt;

    &lt;li&gt;Supports invalid HTML.&lt;/li&gt;
    &lt;li&gt;Find tags on an HTML page with selectors just like &lt;a href=&quot;http://jquery.com/&quot;&gt;jQuery&lt;/a&gt;.&lt;/li&gt;
		&lt;li&gt;Extract contents from HTML in a single line.&lt;/li&gt;
	&lt;/ul&gt;</description>
<dc:date>2008-11-25T11:45:44Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>php, developpement, dom, parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://simplehtmldom.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2008/11/25/747da8d2e48bb5d03e5d8676440c499a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://simplehtmldom.sourceforge.net/">PHP Simple HTML DOM Parser</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2682889">7 other(s)</a> 
<div class="description">  <ul>
    <li>A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! </li>
    <li>Require <strong>PHP 5+</strong>.</li>

    <li>Supports invalid HTML.</li>
    <li>Find tags on an HTML page with selectors just like <a href="http://jquery.com/">jQuery</a>.</li>
		<li>Extract contents from HTML in a single line.</li>
	</ul></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/developpement">developpement</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dom">dom</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058070891">Copy</a> | 
<a href="http://blogmarks.net/link/2682889">React (3)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058545184">
<title>Waxeye Parser Generator</title>
<link>http://waxeye.org/</link>
<description></description>
<dc:date>2008-11-18T13:46:28Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://waxeye.org/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://waxeye.org/">Waxeye Parser Generator</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058545184">Copy</a> | 
<a href="http://blogmarks.net/link/3379360">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>