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=27938>. 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=27938 Fails OASIS test case numberformat45 by throwing a RuntimeException [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-03-25 16:50 ------- Seems to only be an issue with Xalan bundled with JDK 1.4. Prepending 2.6 to the classpath fixes the problem. [EMAIL PROTECTED] numberformat]$ java -Xbootclasspath/p:/opt/xml/xalan-j_2_6_0/bin/xalansamples.jar:/opt/xml/xalan-j_2_6_0/bin/xercesImpl.jar:/opt/xml/xalan-j_2_6_0/bin/xalan.jar org.apache.xalan.xslt.Process -IN numberformat45.xml -XSL numberformat45.xsl <?xml version="1.0" encoding="UTF-8"?><out> <one>012.345,67, -98.765,432</one> <sub>012.345,67, -98.765,432</sub></out>
