FO to PDF XSL tranformation

2002-03-19 Thread AjayKumar Kanukuntla

Hello,
I am ajay, and I am new to xml development group.

I've tried to create pdf document using xsl, and fo, but couldnot
succeed.
Please help me out, with sample code in xsl,fo files.

Thankyou


with regards,
 
K. AjayKumar
Software Developer
Pass IT Consulting Pvt Ltd
Hyderabad, India
[EMAIL PROTECTED]
 
 


-Original Message-
From: Keiron Liddle [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, March 19, 2002 3:03 PM
To: [EMAIL PROTECTED]
Subject: Re: FO to PDF XSL tranformation



This is not possible. PDF can be a text format but is generally in
binary. It would be impossible to process most of the required things
using xslt 
eg. images, markers, links, pagenumbers, layout, property resolving, 
footnotes, floats.
Whats left would be extremely complex.

On 2002.03.19 10:20 Libor Kramolis wrote:
 Xalan is implementation of XSLT. Output format is XML, HTML or TEXT. 
 If
 PDF is TEXT file, I can imagine XSLT script which can transform FO to 
 PDF. Am I right? Therefore I am looking for such fo2pdf.xslt script. 
 What do you think? Is it reasonable?
 
 Then I can imagine DocBook to PDF transformation as sequence of two
 transformations: xxx.dbx  docbook2fo.xsl = xxx.fo  fo2pdf.xsl = 
 xxx.pdf. Is not it nice?
 
 Thanks for your comments.
 
 Libor

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




need help in generating PDF and WordFiles...

2002-03-18 Thread AjayKumar Kanukuntla
Title: Message




Can some body help me with the procedures, 
on creating pdf and word documents from xml files using FO. i tried doing it 
using Fop.class file, but the generated pdf file was not 
readable.
The following error message is flashed when 
the program is run...

E:\FOPjava 
org.apache.fop.apps.Fop atom.xml atom.pdf[INFO]: FOP 0.20.3[INFO]: 
building formatting object tree[ERROR]: Unknown formatting object 
^root[ERROR]: Root element must be root, not 
(none):root

plz help me out. givesome 
examples.

thnx :)

with regards,

K. AjayKumar
Software Developer
Pass IT Consulting Pvt Ltd
Hyderabad, India
[EMAIL PROTECTED]