[ajax-user] RE: CSS Parser and docs?
Brought to you by:
vamp201
From: Monte H. <mon...@gm...> - 2006-04-16 22:27:42
|
Thanks, Arnaud. I'll keep the sourceforge cssparser in mind for when my needs grow. As it turned out, my current project scope was simplified, and I wrote a small parser in javascript. --Monte Subject: RE: [ajax-user] CSS Parser and docs? Date: Fri, 14 Apr 2006 08:46:12 +0200 From: "Tamaillon Arnaud" To: "Monte Hayward" Cc: "Tamaillon Arnaud" Hello ! You could try cssparser ( http://sourceforge.net/projects/cssparser). It = =3D is far more compliant with the CSS format. However, the project seems =3D not to be maintained. It is less performant than Cypress (almost 10 =3D times slower), but it's because it handles much more of the CSS format =3D than Cypress. There are some things that could be enhanced in cssparser, = =3D but it does the work. Arnaud |