-----Original Message----- From: chikatimarla nagaraju [mailto:[EMAIL PROTECTED] Sent: dinsdag 23 mei 2006 8:29 To: [email protected] Subject: Hi
Hi, This is nagaraju working S.S.E. in clinical software shall i know is cocoon will sut for my req. or not. My req. is i have to show my data base data in RTF in I.E. through xml. For this how cocoon is useful to me for this what I have to do. Could you please let me know the process. Regards, Ch.Nagaraju. If you have the Cocoon samples on your machine, you can go to the blocks samples. Then go to the jfor samples and you see how you can generate RTF with Cocoon. The location of the RTF samples is http://localhost:8888/samples/blocks/jfor/welcome when you have installed Cocoon without any changes to the settings. Seems like your pipeline will be like: <map:match pattern="*.rtf"> <map:generate src="cocoon:/database-to-xml/*"/> <!-- referring to an other pipeline that will convert your database data into xml --> <map:transform src="xml-to-rtf-fo.xsl"/> <map:serialize type="fo2rtf"></map:serialize> </map:match> Jasha Joachimsthal --------- Hippo Oosteinde 11 1017 WT Amsterdam The Netherlands +31 (0)20 5224466 [EMAIL PROTECTED] www.hippo.nl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
