hello sir,
Thanx for ur prompt response.but i think u couldn't
understand my question.In the commandline i'm using
java -cp org.apache.fop.apps.Fop -xsl rajeev.xsl -xml
rajeev.xml -pdf rajeev.pdf
that is rajeev.xml is the final xml file which contain
lot of chapter xml files.I need chapter files because
i want to make pdf of individual chapter other than
pdf of entire book as user demands.
so my question is how i combine all that chapter files
into a single xml file so that i can use the above
command line and make the book pdf.
as per the above commandline i'm inputting .xml and
.xsl(eventhough using the xsl-fo tags).
how i make pdf of a book ,if there are two chapter xml
files...chapter1.xml & chapter2.xml using fop with the
same .xsl file for styling.
please take cocern.
regards
sunitha
--- "Shkuro, Yuri" <Yuri.Shkuro@gs.com> wrote: > Why
do you need entities in FOP input? If you use
> different
> stylesheets for different chapters, write a Makefile
> to
> XSLT them into fo files, then merge and feed into
> FOP.
> If you use the same XSL for all chapters, then you
> can use
> <xsl:include> to pull all chapters into a single XML
> file
> and transform it to FO.
>
> FOP is FO-2-PDF converter, not XML-2-PDF, so it's
> really
> up to you how to create an FO file from multiple XML
> files.
>
> YS
>
> -----Original Message-----
> From: sunitha nair
> [mailto:sunitha_nambiar2000@yahoo.co.in]
> Sent: Tuesday, October 23, 2001 5:54 AM
> To: fop-dev@xml.apache.org
> Subject: making pdf by combining different xml
> files???
>
>
> Hi all,
> Is it possible to make pdf from different xml data
> files using fop.
> my real need is to make a book on pdf format.I made
> different xml file for different chapters and an xsl
> file for styling.If it possible to use dtd entity
> to
> combine all xml files and make pdf by that final xml
> file.Since fop needs an xml and xsl file it is
> necessary for me to make a xsl for the final xml
> file(combination of individual chapter XMLs) to make
> the final book.What xsl I use for component(chapter)
> xml files.if i use href=".." in chapter xml files
> will
> the convertion take place correctly.I tried many
> ways.
> but was invain.Is FOP supportDTD and entity
> references?
> can anyone please help me.
>
> regards
> sunitha
>
>
____________________________________________________________
> *NEW* Connect to Yahoo! Messenger through your
> mobile phone *NEW*
> Visit
> http://in.mobile.yahoo.com/smsmgr_signin.html
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> fop-dev-unsubscribe@xml.apache.org
> For additional commands, email:
> fop-dev-help@xml.apache.org
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> fop-dev-unsubscribe@xml.apache.org
> For additional commands, email:
> fop-dev-help@xml.apache.org
>
____________________________________________________
*NEW* Yahoo! Messenger for SMS *NEW*
Now on your ORANGE phone
Visit http://in.mobile.yahoo.com/smsmgr_signin.html
---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org
|