CSS is just an XML document, so all you need is a regular XML parser.

Me, I'm lazy, so I simply use XML::Simple.

Ben Eagle wrote:
> Whats the best way to parse CSS,
> I am trying to make a Perl form that will allow users to edit a current CSS 
> file
>
> I looked at the CSS module on CPAN but the document tation is vague, 
> does aqny one have an example of this??
>
> Thanks
> Ben
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Perl-Unix-Users mailing list
> Perl-Unix-Users@listserv.ActiveState.com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to