This is a CSS-related project announce: I've just finished the unstable, buggy, messy beta of my jQuery CSS parser:
http://www.css-zibaldone.com/code/jquery/css-parser/beta/ The final version should be entirely rewritten and serve as a mean to parse a CSS file via Ajax. Is there someone of you who wish to contribute? The most difficult part of the project is the tokenizer. I found inspiration from the nsCSSScanner of Firefox (http://mxr.mozilla.org ), but JavaScript is different from C++, you know :-D Douglas Crockford wrote a good example of tokenizer in his JSON library which I know pretty well. Anyway, if you want to contribute, let me know. More sketches needed, though... thanks 4 your attention! bye ;-) G. http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://dev.css-zibaldone.com/ (English) ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
