[ajax-user] Working examples of Cypress
Brought to you by:
vamp201
|
From: David B. <db...@re...> - 2003-01-30 23:34:34
|
Hi There,
Does anyone have any working examples of Cypress? I'm having a little
trouble getting anything to work.
I get a NullPointerException in
cypress.Cssparser.parseStyleSheet(CssParser.java:165) with something as
simple as this snippet:
InputSource in = new InputSource("http://localhost:8080/config/theme2.css");
CssParser p = new CssParser();
p.parseStyleSheet(in);
My stylesheet looks like this:
.Title {color:red}
Thanks,
Dave
|