• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XSL errors when upgraded to xalan2 and xerces2

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Our application was built on the first version of xalan and xerces. Whenever it comes across an error while compiling the XSLs or transforming it with the XML document, it�ll skip the error and continue compiling the rest of the file. The upgraded compilers, however, halts the compilation process and spits out an exception.
Is there a way to turn off the strict XSL validations?
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all, which errors? Could you give us a stack trace or something?
Secondly, "toni" doesn't cut it according to our naming policy so you'll have to change it to include a last name as well.
reply
    Bookmark Topic Watch Topic
  • New Topic