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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: error in parameter setting


I get this error -

Description: F The prefix "fo" for element "fo:block" is not bound.

with this code in my customization stylesheet -

    <xsl:template match="processing-instruction('custom-pagebreak')">
    <fo:block break-before='page'/>
    </xsl:template>

(this is 'supposed' to cause a page break in the .pdf document wherever I 
put <?custom-pagebreak?>)
Is this correct?
What does the error mean and how do I fix this?

Thanks
Chip Wiegand
Computer Services
Simrad, Inc
425-778-8821 
425-771-7211 (FAX)


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