Side note: ---- you <[EMAIL PROTECTED]> wrote ---- > As you see above, it is loading javax.* files from rt.jar and Version from > new xalan.jar. This is what confused me as i thought Version class was there > in rt.jar.
org.apache.xalan.Version was added somewhat recently, and may not be in the version of Xalan that the Sun JDK team pulled for the first JDK 1.4.x release. In previous Xalans, you'd use the somewhat more obscure org.apache.xalan.processor.XSLProcessorVersion class instead, which is now deprecated. This brings up an unrelated point, in that I'd like to remove the XSLProcessorVersion class entirely, since the new Version class is much easier to find and provides much simpler static methods to query it's version. Any thoughts on if we can remove it yet or not? (It was deprecated before 2.4 I'm pretty sure). ===== - Shane <eof .sig="'When I use a word,' Humpty Dumpty said, in a very scornful tone, 'it means just what I choose it to mean - neither more nor less'" "Oohayu oyod?!"=gis. /> __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
