cvs commit: xml-batik/sources/org/apache/batik/css/parser Scanner.java

2004-02-16 Thread hillion
hillion 2004/02/16 08:33:54 Modified:resources/org/apache/batik/css/parser/resources Messages.properties sources/org/apache/batik/css/parser Scanner.java Log: Added a specific error message for wrong CSS identifier start characters

Re: Simple newbie question - CSS parser not found

2004-02-10 Thread Cameron McCormack
Hi Danny. Danny Browne: > its a very small program that should open existing SVG documents > and display them. I've included the batik sources and resources in > my classpath along with the xerces parser? - i presume this is the > correct way to compile it. Any insight would be much appreciated W

Simple newbie question - CSS parser not found

2004-02-10 Thread Danny Browne
Hey,   i'm trying to get started with the batik toolkit but when i attempt to open an SVG document and display it on the JSVGCanvas im getting a CSS parser not found error? Any Idea why?   its a very small program that should open existing SVG documents and display them. I've in

cvs commit: xml-batik/sources/org/apache/batik/css/parser CSSLexicalUnit.java

2003-07-26 Thread deweese
deweese 2003/07/26 11:54:22 Modified:sources/org/apache/batik/css/parser CSSLexicalUnit.java Log: 1) CSSLexicalUnit now properly implements getDimensionUnitText(). PR: 12536 Revision ChangesPath 1.3 +42 -2 xml-batik/sources/org/apache/batik/css/parser

cvs commit: xml-batik/sources/org/apache/batik/css/parser ExtendedParserWrapper.java

2002-02-18 Thread hillion
hillion 02/02/18 01:22:51 Modified:sources/org/apache/batik/css/parser ExtendedParserWrapper.java Log: - Added a missing method. Revision ChangesPath 1.3 +22 -5 xml-batik/sources/org/apache/batik/css/parser/ExtendedParserWrapper.java

CSS parser

2002-01-21 Thread Kiran M. Kumar
Hi,   I am Kiran working for Motorola, INDIA, Is there any good CSS Parsers available {preferably developed in java}, if so can you please send me those links.   Regards Kiran

cvs commit: xml-batik/sources/org/apache/batik/css/parser Parser.java

2001-11-27 Thread hillion
hillion 01/11/27 00:48:42 Modified:sources/org/apache/batik/css/parser Parser.java Log: Fixed a bug with consecutive @import rules. Revision ChangesPath 1.18 +2 -1 xml-batik/sources/org/apache/batik/css/parser/Parser.java Index: Parser.java

cvs commit: xml-batik/sources/org/apache/batik/css/parser ExtendedParserWrapper.java

2001-11-20 Thread hillion
hillion 01/11/20 07:38:01 Modified:sources/org/apache/batik/css/parser ExtendedParserWrapper.java Log: Fixed javadoc errors. Revision ChangesPath 1.2 +30 -112 xml-batik/sources/org/apache/batik/css/parser/ExtendedParserWrapper.java

cvs commit: xml-batik/sources/org/apache/batik/css/parser Scanner.java

2001-11-13 Thread hillion
hillion 01/11/13 08:23:17 Modified:sources/org/apache/batik/css/parser Scanner.java Log: Fixed bug #4819. Revision ChangesPath 1.9 +3 -11 xml-batik/sources/org/apache/batik/css/parser/Scanner.java Index: Scanner.java

cvs commit: xml-batik/sources/org/apache/batik/css/parser Scanner.java

2001-11-12 Thread hillion
hillion 01/11/12 09:33:38 Modified:sources/org/apache/batik/css/parser Scanner.java Log: Fixed a regression in the CSS scanner. Revision ChangesPath 1.8 +2 -3 xml-batik/sources/org/apache/batik/css/parser/Scanner.java Index: Scanner.java

cvs commit: xml-batik/sources/org/apache/batik/css/parser Parser.java

2001-11-02 Thread hillion
hillion 01/11/02 07:31:11 Modified:sources/org/apache/batik/css/parser Parser.java Log: Fixed an error-recovery bug. Revision ChangesPath 1.14 +3 -31 xml-batik/sources/org/apache/batik/css/parser/Parser.java Index: Parser.java

cvs commit: xml-batik/sources/org/apache/batik/css/parser Parser.java

2001-10-21 Thread hillion
hillion 01/10/21 23:45:29 Modified:sources/org/apache/batik/css/parser Parser.java Log: Fixed a bug in CSS parser when unmatched '}' is encountered. Revision ChangesPath 1.13 +4 -1 xml-batik/sources/org/apache/batik/css/parser/Parser.java