RE: JavaUtils.xmlNameToJava and special characters

2002-02-08 Thread Tom Jordahl
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

Re: JavaUtils.xmlNameToJava and special characters

2002-02-08 Thread R J Scheuerle Jr
cc: Subject: JavaUtils.xmlNameToJava and special characters 02/06/200

JavaUtils.xmlNameToJava and special characters

2002-02-06 Thread Dave Dunkin
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