I am unable to build XalanJ2 using JDK 1.1.8. Lines 1213 and 1232 in XPathContext both refer to Vector.add which was not added until Java 2 with the Collections class. The 1.1.8 equivalent is addElement.
I do remember a discussion awhile back about switching to Java 2. I think that we decided not to move just yet. In this particular case, the fix is trivial. However, we might want to revisit this discussion. Aside from the Visual J++ folks, I can't imagine why anyone would still be on JDK 1.1.x. Is it time to move or shall we change XPathContext? Gary
