Sizzle 0.0.2
A library for querying XML documents by means of CSS selectors

Sizzle is a library for querying XML documents by means of CSS selectors, and aims to be CSS2.1 compliant.

Sizzle currently supports:

  • The Universal selector - *
  • Type selectors - div
  • Descendant selectors - html div
  • Child selectors - html > div
  • Adjacent sibling selectors - div + p
  • Class selectors - .heading
  • ID selectors - #id

Read more...

Install

To install Sizzle with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install Sizzle with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/ directory.

afSizzle.pod (19.08 kB)

Use

To use Sizzle in a Fantom project, add a dependency to the project's build.fan:

depends = ["sys 1.0", ..., "afSizzle 0.0.2 - 0.0"]

Documentation

Information

Meta information on the Sizzle pod:

Published by
Steve Eynon
Organisation
Alien-Factory
Pod file size
19.08 kB
Licence
BSD 2-Clause License
Built on
6th Jan 2014
Source code
at https://bitbucket.org/Alien-Factory/afsizzle
Depends on
sys, xml
Referenced by
Javascript Compatible
No

Dependency Graph

  Use mouse to re-position pods

Release History

There have been 8 releases of Sizzle: