This is the mail archive of the xsl-list@mulberrytech.com 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: XSL-List Digest V4 #135



Date: Sun, 24 Feb 2002 03:03:32 -0600
From: "sreeram" <sreeram@bodhtree.com>

<********************ERROR***************************>
[ERROR]: 'master-reference' for 'fo:page-sequence'matches no
'simple-page-master
' or 'page-sequence-master'


Hi, try in stead of 
	<xsl:template match="head/title">
		<fo:page-sequence master-name="cover">
		...
	</xsl:template>

this:

<xsl:template match="head/title">
	<fo:page-sequence master-reference="cover">

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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