Will Barker wrote: > I have a project ongoing at the moment and I have to parse a CSS file > using Java. I know there are a few tools around on the net that claim > to do just that (such as the Simple API for CSS (SAC), and a few > others). But all of these are poorly documented.
I suppose you have made a Googling on it, and seen <http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/text/html/CSS.html>. I've had some use of this one too: <http://today.java.net/pub/a/today/2003/10/14/swingcss.html> As for SAC, surely you've seen <www.w3.org/TR/SAC/> but this doc is easy not-to-find: <http://www.w3.org/Style/CSS/SAC/doc/org/w3c/css/sac/Parser.html> ...org.apache.batik.css.parser A little here: <http://www.yworks.com/products/yDoc/showcase/batik-1.5/org/apache/batik/css/parser/ExtendedParserWrapper.html> and some here: <http://www.google.com/search?q=org.apache.batik.css.parser+example> hope this helps :) regards Jesper Brunholm ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
