CSS Parser
betaDescription
The CSS2 Parser inputs CSS2 source text and outputs a DOM tree. Applications can also use SAC: The Simple API for CSS. The parser allow developers working with Java to incorporate Cascading Style Sheet information into their applications.
Categories
License
Update Notifications
User Ratings
User Reviews
-
Thanks for this CSS tool
-
Documentation could be a lot better, but it was definitely useful to me.
-
The only usable CSS parser for Java. "Just works" I had to dig a little to actually start parsing, a post in the discussion section got me going. Thanks for the library guys, this is really cool!
-
Very nice library; simply works. Got a small issue where the parser could not handle some lesser-used properties, posted a testcase and got a working solution in about a day. Super support, thanks a lot!
-
very good project, thanks!