Return-Path: Delivered-To: apmail-xmlgraphics-batik-dev-archive@www.apache.org Received: (qmail 7417 invoked from network); 11 Jul 2006 04:10:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 04:10:32 -0000 Received: (qmail 58693 invoked by uid 500); 11 Jul 2006 04:10:32 -0000 Delivered-To: apmail-xmlgraphics-batik-dev-archive@xmlgraphics.apache.org Received: (qmail 58557 invoked by uid 500); 11 Jul 2006 04:10:32 -0000 Mailing-List: contact batik-dev-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: batik-dev@xmlgraphics.apache.org Delivered-To: mailing list batik-dev@xmlgraphics.apache.org Received: (qmail 58545 invoked by uid 99); 11 Jul 2006 04:10:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 21:10:32 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 21:10:31 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id AB50941048C; Tue, 11 Jul 2006 04:08:35 +0000 (GMT) From: bugzilla@apache.org To: batik-dev@xmlgraphics.apache.org Subject: DO NOT REPLY [Bug 35349] - Selector which includes "_" In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060711040835.AB50941048C@brutus.apache.org> Date: Tue, 11 Jul 2006 04:08:35 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=35349 ------- Additional Comments From dpitkin@shaw.ca 2006-07-11 04:08 ------- I ran into this problem too, on batik 1.6, WinXP, jre1.5, using org.apache.batik.css.parser to parse a file similar to: .selectorOne { ... } /*Parsed just fine*/ .selector_two { ... } /* error: invalid indentifier char (actual error msg seems to suggest it is the first char which is the problem, but removing the '_' fixed it*/ .selectorThree { ... } /*No error, but not reported to DocumentHandler for some reason*/ .selector_four { ... } /*Another error, and so on*/ -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org