Thanks Dan! That got rid of the error. The user.pagemaster template isn't being applied to my cover page, but that's another issue. I'll keep working on that.
Regards, Mark On 8/24/07, Dan Ochs <[EMAIL PROTECTED]> wrote: > > You are probably missing the namespace declaration from the stylesheet > element in your saba-docbook XSL? > > xmlns:fo="http://www.w3.org/1999/XSL/Format" > > it would look something like this: > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:fo="http://www.w3.org/1999/XSL/Format" version='1.0'> > > > dan > > > > > Dan Ochs > Principal Consultant > Wrycan Inc. > http://www.wrycan.com/services_xsl.jsp > dan(dot)ochs(at)wrycan(dot)com > > > -- Mark Peters Senior Technical Writer Saba Software
