Subject: Re: XSLT/FO Newbie Question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 20 May 2002 18:03:13 +0100
|
xmlns:fo="http://www.w3.org/1999/XSL/Format"
You need to move that up onto your xsl:stylesheet element as otherwise
when you come to
<xsl:template match="chapter">
<fo:block
the fo: prefix is not in scope.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|