CSS::Parse::Lite - A CSS::Parse module using regular expressions


CSS documentation  | view source Contained in the CSS distribution.

Index


NAME

Top

CSS::Parse::Lite - A CSS::Parse module using regular expressions

SYNOPSIS

Top

  use CSS;

  # Create a css stylesheet
  my $CSS = CSS->new({'parser' => 'CSS::Parse::Lite'});

DESCRIPTION

Top

This module is a parser for CSS.pm. Read the CSS.pm pod for more details

AUTHOR

Top

Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>

SEE ALSO

Top

CSS, http://www.w3.org/TR/REC-CSS1


CSS documentation  | view source Contained in the CSS distribution.