• 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

Multiple file output with JDK 6 XSLT implementation

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I asked this question in another thread, and I thought it worked, but I was wrong.

Here is the situation: I have to use the XSLT implementation of JDK6. I can't use Xalan or Saxon.

I am trying to generate multiple file output from a single XML document. In Xalan, it works fine, using this:



When I remove the Xalan 2.7.1 libraries, I get an error saying that the "file" attribute is missing in the <redirect:write> line. THis gives me the impression that I can't use the JDK implementation of Xalan to get dynamic file output the way I can in Xalan 2.7.1.

Am I correct? Or did I miss something? Any help is appreciated,

Thanks,

L

P.S. I'm using 1.6.0_18
 
reply
    Bookmark Topic Watch Topic
  • New Topic