• 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

net.sf.saxon.event.StandardOutputResolver help needed<if there is any/>

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
basically i have (2) files generated from a transformation and would like to run another transformation with them before they are written. i have made little headway with this so i have some general questions if anyone could answer:


1) if i'm not mistaken, the class automatically finds any xsl:result-document elements and does(?) ...

2) should i be using the static method StandardOutputResolver.resolve() for anything?

3) does anyone have an example of using the class correctly, because i've googled myself silly and there is nothing...

thanks in advance


 
Marshal
Posts: 28177
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On the Sourceforge page for Saxon there's a link to download "documentation and samples". I'd suggest starting with that. There's also the Saxon mailing list if you get stuck.
 
f. nikita thomas
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks, i already went to that site and had some difficult at first until i read the java api on the URI class. i have a working program, however it's proprietary in its implementation<in other words not for me...>. once i understand saxon a little better, i'll post what i've learned with relevant comments. i have to get to work and school so ...
reply
    Bookmark Topic Watch Topic
  • New Topic