Hi everyone,

I peeped into inkscape's codebase to see the usage of libroco as a CSS parser. I found that sp-style-elem.cpp holds the main and entire usage of the croco parser. The function   sp_style_elem_read_content(SPObject *)   holds the usage of croco parser for parsing CSS formed till now in the memory, if I am not wrong. So kindly tell me whether my findings were correct or not. This is the area which we need to focus on right?? Instead of libcroco we might have to change the code to instead hold "htmlcxx". I would humbly ask Inkscape developers to provide inputs over this, so that I may get help framing a suitable application for GSoC 2011 regarding project - "CSS Handling".


--
Regards,

Abhishek Sharma