This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


--------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]