On Wed, 10 Nov 2010 15:23:03 +0530 "SriKrishnan" <[email protected]> wrote:
> Hi Dave Pawson, > > Thanks for your immediate reply. I will keep this in mind always. > > But still there are some errors in the next steps. Can anybody help > me to solve this? > > It seems that it throws error on docbook.xsl. But I didn't found any > error when I created FO without using catalog (by adding system path > straightaway in xml) > > F:\ADVENT\APP\xslf0_samples\DOCBOOK-samples\completed>java -cp > "C:/saxonhe9-2-1-5j/saxon9he.jar; > Warning: at xsl:stylesheet on line 9 column 31 of docbook.xsl: > Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor The error is clear and correct. The stylesheets require a 1.0 processor and you are using Saxon 9 which is XSLT 2.0 Change to saxon 655 which supports 1.0 -- regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
