xis-Dev (E-mail)
Subject: JavaUtils.xmlNameToJava and special characters
The xmlNameToJava function munges strings so that they only contain letters and
numbers. However, other characters (such as '$' and '_') are valid in Java
identifiers. Instead of usin
cc:
Subject: JavaUtils.xmlNameToJava and
special characters
02/06/200
Title: JavaUtils.xmlNameToJava and special characters
The xmlNameToJava function munges strings so that they only contain letters and numbers. However, other characters (such as '$' and '_') are valid in Java identifiers. Instead of using the Character.isLetter() and Chara