[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Customising header.content template for XSL/FO
* Nick Hunt; <nick@magmouse.demon.co.uk> on 11 Jul, 2003 wrote:
>XML/config-fo.xsl:48: warning: Namespace prefix fo is not defined
> <fo:page-number/>
> ^
>
>Without the copy of the header.content template in the driver file, all
>is well. I have seen this customisation discussed on the list, so it
>must work for others. Any ideas?
your style sheet does not have the fo declaration
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">
--
Togan Muftuoglu
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]