On 09/11/2011 07:41 PM, b p wrote: > > I am planning to purchase xsl-fo converter, before that i was trying to > check the functionality by converting .xsl to .rtf. > > The steps i did was downloaded the personal edition and was trying to > execute the syntax given in userguide > > fo2rtf [<options>] <input> [<output>] > > the input filename is 1.xsl and output i gave as 2 > > fo2rtf 1.xsl 2.rtf, but by using this command it gives an error.
That's normal. fo2rtf converts XSL-FO (.fo files) to RTF, and not XSLT stylesheets (.xsl files) to RTF. Please take the time to read: "How it works" -- http://www.xmlmind.com/foconverter/how_it_works.html Now if you want to use XSLT stylesheets (.xsl files) to first generate XSL-FO (.fo files) and then convert this XSL-FO to RTF, then you may be interested in using: "XMLmind XSL Utility" -- http://www.xmlmind.com/foconverter/xsl_utility.html -- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support

