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 > [email protected] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs _______________________________________________ Perl-Unix-Users mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
