implicit.ly

Scala software, hot off the presses

css-selectors-scala 0.1.1

Minor enhancements:

  • Added a pimp and an implicit conversion so one can write:

    elem $ "div > div"
    elem.cssQuery("div > div")

css-selectors-scala is an implementation of the W3C Selectors Level 3 specification.

Filed under  //   Scala 2.9.1   css-selectors-scala   se.fishtank  

css-selectors-scala 0.1.0

Initial release:

  • A nice complement to the rudimentary XPath support found in the Scala library.
  • The selector parser and engine are separated.
  • The default selector engine provided is uses classes in the scala.xml package, but feel free to roll your own.
  • Check the README for the project for more information.

css-selectors-scala is an implementation of the W3C Selectors Level 3 specification.

Filed under  //   Scala 2.9.1   css-selectors-scala   se.fishtank