• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Requirements for XSLT version 2.0 (Charts and Graphics)

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am using Altova Stylevision 2011, Eclipes SDK, Java 1.4

I want to implement graphs and charts using XSLT Version 2.0 (with full usage of XSL-FO standard) for PDF generation.

So please tell me the requirments and configration retaled to Processor, Jar files (with configration), APIs etc.... in Eclipes

Please help!!!
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think XSL-FO supports creating graphics or charts, but it can include images that you have created in some other way (maybe using a library like JFreeChart). Apache FOP is the prime free XSL-FO implementation in Java.
 
Yeah, but does being a ninja come with a dental plan? And what about this tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic