• 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
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

how to see the result of XSL-FO Document

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

I am stuck in a urgent requirement where I need to use XSL-FO and generate files using FO tags and these xsl files will be used to generate the pdf documents.

So for testing purpose I just want to see how to display.

Any tool you can suggest for example I want to display the content

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

you can use Apache FOP for converting the FO to pdf, But xsl is used for converting FO to HTML which is not possible with the appache FOP.

Click this link for ApacheFOP.

:thumb:
 
wrushasen dakhane
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
prasad ..

I have xsl written which has tags, and this xsl file is used in the application to generate the pdf file.

So I want to know how I can test the xsl file in the pdf format.

Thanks in advance,
Wrushu
 
reply
    Bookmark Topic Watch Topic
  • New Topic