CSS::Parse::Compiled
A CSS::Parse module using a compiled Parse::RecDescent grammar
- Provided by: libcss-perl (Version: 1.09-1)
- Report a bug
A CSS::Parse module using a compiled Parse::RecDescent grammar
use CSS;
# Create a css stylesheet
my $CSS = CSS->new({'parser' => 'CSS::Parse::Compiled'});
This module is a parser for CSS.pm. Read the CSS.pm pod for more details
Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>
CSS, http://www.w3.org/TR/REC-CSS1