Sam Ruby wrote: > [EMAIL PROTECTED] wrote: >> I use HTML5lib for my PDF to HTML converter project "pisa" >> <http://www.htmltopdf.org/> that is written in Python. Therefore I >> added a >> CSS parser that originally comes from the TechGame Python Framework >> <http://www.techgame.net/projects/Framework> and modified it for >> better use >> with HTML specific definitions. So how about integrating such a CSS >> parser >> in the HTML5lib project? Get the most recent code here >> <http://pypi.python.org/pypi/pisa> > > Does the CSS parsing code have a test suite? > > Is it licensed under the MIT license? If not, is relicensing a possibility?
Those were 2/3 of the questions I was going to ask :) The third is what's the advantage of distributing these things together? Is there some tight coupling needed between the CSS parser and the HTML parser that is hard to achieve without hardwiring them to each other? -- "Eternity's a terrible thought. I mean, where's it all going to end?" -- Tom Stoppard, Rosencrantz and Guildenstern are Dead --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "html5lib-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/html5lib-discuss?hl=en-GB -~----------~----~----~----~------~----~------~--~---
