> Hi Team, > We were using the Xalan 2.7.1 in our Java application which was deployed > in > Solaris with JDK 1.7, 32 bit. The XSL were also compiled in JDK 1.7, 32 > bit. > We are parsing our XML and using the node() function in some conditions > like below: > > [descendant::node() != ''] > > But we recently moved our application to CentOS with JDK 1.8 64 bit. The > XSL were compiled in JDK 1.8, 64 bit. After this migration/upgrade in > production , we are now having issues with the above condition (yes, we > missed to test this corner scenario in QA environment) . The above > condition is always returning false. > And due to this, our XML is not getting properly parsed. > > Do we know if this feature is OS/JDK dependent. > > Any pointers will be extremely helpful. > > > Thanks, > Hitesh Mehra > Moderated through to list: j-users@xalan.apache.org