CSS3 Selectors in Java
Posted by Kelvin on 21 Jan 2010 | Tagged as: programming
http://github.com/chrsan/css-selectors/tree has a cool implementation of full CSS3 Selector support. Yes, this is the same CSS selector support as you get in JQuery. Eat your heart out. It comes with a org.w3c.dom implementation out-of-box. I augmented it with a dom4j implementation (so I could mixin tagsoup for real-world HTML). It's slow as a dog compared […]