I was running a Java application using Xalan J_2_1_0 and I often used the org.apache.xml.utils.NodeVector class. I've installed Xalan J_2_2_D6 and I have problems when compiling since the addElement() function is now receiving an int as parameter and not a Node. Why has it changed ? I don't understand why every node parameter has been replaced by an int in this class ... Vincent
