You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2006/07/11 06:08:35 UTC

DO NOT REPLY [Bug 35349] - Selector which includes "_"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35349>.
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