• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

XSLT 10. and Java 1.3 problem

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One application has been running in our company from 2001 onwards. It uses Java 1.3 and XSLT 1.0.
Recently starting from last january 2009, it started behaving differently. Even "for-each statement" is not running as expected.

This application takes XMLs and XSLs as input, transforms to some output files.
Nothing has changed. Same application jar file and same input XMLs and XSLs. but the trasnsformation is different this time.

Please let me know what would be the cause of the problem. JRE(JDK) also not changed at all. we are using JRE(JDK) 1.3.


 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic