-
I'm try to use this library but I don't know how to start, can sombody help me ?.
2009-11-06 07:44:34 UTC by hodawa28
-
The unescape method in AbstractSACParser removes backslashes from style property:
After parsing the style rule "input {-wap-input-format: "NNNNN\-NNNN"}" with SacCSSParser21 the method CSSStyleRuleImpl.getCssText() returns:
input { -wap-input-format: "NNNNN-NNNN" }.
2009-11-04 11:34:33 UTC by nobody
-
I get an error on parsing the following style rule with SacCSSParser21:
.container
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
Error while parsing CSS:
Fehler in Ausdruck. Ungültiger Token "=". Erwartet wurde einer von: , , "/", , "-", , , ")", , "inherit"...
2009-11-02 09:52:24 UTC by nobody
-
waldbaer committed patchset 133 of module cssparser to the CSS Parser CVS repository, changing 4 files.
2009-09-11 11:55:21 UTC by waldbaer
-
waldbaer committed patchset 132 of module cssparser to the CSS Parser CVS repository, changing 4 files.
2009-09-11 11:54:38 UTC by waldbaer
-
waldbaer committed patchset 131 of module cssparser to the CSS Parser CVS repository, changing 1 files.
2009-09-11 11:54:20 UTC by waldbaer
-
waldbaer committed patchset 130 of module cssparser to the CSS Parser CVS repository, changing 1 files.
2009-09-11 11:53:43 UTC by waldbaer
-
waldbaer committed patchset 129 of module cssparser to the CSS Parser CVS repository, changing 1 files.
2009-09-11 11:51:57 UTC by waldbaer
-
waldbaer committed patchset 128 of module cssparser to the CSS Parser CVS repository, changing 1 files.
2009-09-09 11:53:28 UTC by waldbaer
-
waldbaer committed patchset 127 of module cssparser to the CSS Parser CVS repository, changing 3 files.
2009-09-03 07:58:51 UTC by waldbaer