PUBLIC   marks

PUBLIC MARKS with tag parser

Sponsorised links

June 2008

May 2008

Parser Generators

by YukuanBlog
在軟體開發過程,我們很可能得寫大量的程式碼來完成一些繁瑣、平凡的工作,避開這個窠臼的辦法就是「自動化」。誠如 Kernighan 和 Pike 在 The practice of programming 一書所闡述的,優秀的軟體設計運用幾個基本原則:簡單(simplicity)、清晰(clarity)、一般性(generality)、自動化(automation)。

John Resig - Pure JavaScript HTML Parser

by karlcow & 3 others , 2 comments

(I also contemplated porting the HTML 5 parser, wholesale, but that seemed like a herculean effort.)

html5 parsing difficile à implémenter ?

Sponsorised links

April 2008

Ian Bicking: a blog :: Python HTML Parser Performance

by karlcow

a performance comparison of several parsers and document models. The situation is a little complex because there’s different steps in handling HTML: 1. Parse the HTML 2. Parse it into something (a document object) 3. Serialize it

March 2008

Messages in a bottle » Blog Archive » Grune and Jacobs, Parsing Techniques, Second Edition

by karlcow

The second edition of Parsing techniques: A practical guide, by Dick Grune and Ceriel J. H. Jacobs, has now appeared.

February 2008

PHP Simple HTML DOM Parser

by Xavier Lacot & 4 others
A simple PHP HTML DOM parser written in PHP5+. I wrote it is because using PHP DOM XML library to parse HTML is really a pain. The origional idea is from Jose Solorzano's HTML Parser for PHP 4.

PHP Simple HTML DOM Parser

by nicolas tehu & 4 others
A simple PHP HTML DOM parser written in PHP5 . I wrote it is because using PHP DOM XML library to parse HTML is really a pain. The origional idea is from Jose Solorzano's HTML Parser for PHP 4.

January 2008

librdfa - a pure C RDFa parser from Manu Sporny on 2008-01-31 (public-rdf-in-xhtml-tf@w3.org from January 2008)

by karlcow

librdfa is a pure C implementation of a standards-compliant RDFa parser. The library is quite easy to use (there are only 5 functions). librdfa is stream-based, very small and quite fast.

December 2007

PHP: DOM - Manual

by srcmax
L'extension DOM vous permet d'utiliser des documents XML via l'API DOM de PHP 5.

PHP: SimpleXML - Manual

by srcmax & 1 other
L'extension SimpleXML fournit des outils très simples et faciles à utiliser pour convertir du XML en un objet qui peut être manipulé avec ses propriétés et les itérateurs de tableaux.

Javascript RDF/Turtle Parser

by karlcow & 1 other

Parses RDF/Turtle string and generates Javascript/JSON array of RDF triples, which is the same format as that of Jim Ley's Javascript RDF Parser.

ReportLab - PyRXP

by karlcow

pyRXP - the fastest XML parser? ReportLab are proud to present pyRXP version 0.9, the fastest validating XML parser available for Python, and quite possibly anywhere :-).

PUBLIC TAGS related to tag parser

no tag

Sponsorised links