RE:Making PDFby combining different XML files???

2001-10-26 Thread Joerg Pietschmann
sunitha nair [EMAIL PROTECTED] wrote 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

RE:Making PDFby combining different XML files???

2001-10-24 Thread sunitha nair
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

RE:Making PDFby combining different XML files???

2001-10-24 Thread Rajagopal. V
Hi You should write some kind of a code which will take all teh individual xml files(ur chapters) and combine them into one XML which is for the full book. You can look at some multi part code in teh net which does this. Once u combine all the individual chapters, u can go ahead with teh command