OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] Need Help: Problem with Fo conversion


At 3:04 PM -0800 12/25/07, Maine Acadia wrote:
>Hi All,
>
>Wish you all a Merry Christmas!
>Unfortunately, I am working today and seem to be encountering a new 
>trouble with my fo conversion that was not there till 2 weeks ago.
>
>[XXX@pricli026 ~]$ make fo
>xsltproc --xinclude --output  Audit_Manager_UsersGuide.fo 
>/home/XXX/applications/common/docs/projects/xxx/auditmgr/Documentation/User_Guide/Audit_Manager_UsersGuide_v06.xml
>/home/XXX/applications/common/docs/projects/xxx/auditmgr/Documentation/User_Guide/Audit_Manager_UsersGuide_v06.xml:2: 
>warning: failed to load external entity 
>"/home/XXX/applications/common/docs/projects/xxx/auditmgr/Documentation/User_Guide/docbookV4.5/docbookx.dtd"
>E book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "docbookV4.5/docbookx.dtd"
>
>compilation error: file 
>/home/XXX/applications/common/docs/projects/xxx/auditmgr/Documentation/User_Guide/Audit_Manager_UsersGuide_v06.xml 
>line 3 element book
>xsltParseStylesheetProcess : document is not a stylesheet
>make: *** [fo] Error 5
>[XXX@pricli026 ~]$
>
>My customized style sheet contains the following at the start:
>*******************************************************************************
><?xml version='1.0'?>
><xsl:stylesheet 
>     xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>     xmlns:fo="http://www.w3.org/1999/XSL/Format";
>     version="1.0">
><xsl:import 
>href="/home/XXX/Files/stylesheets/docbook-xsl-1.72.0/fo/docbook.xsl/">
>
>I use docbook v 4.5, docbook xsl 1.72 and fop version 0.93.
>
>Kindly let me know what is going wrong.
>
>Sincerely,
>GD
You need a

</xsl:stylesheet>

at the end of your file.

Harry


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]