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: Hi, I am new and getting [ERROR]: 'master-reference' for 'fo:page-sequence'matches no 'simple-page-master


> 		<!-- Set up the sequence of pages -->
> 		<fo:page-sequence-master master-name="contents">
> 			<fo:repeatable-page-master-alternatives>
> 				<fo:conditional-page-master-reference
> 					master-name="leftPage"
> 					odd-or-even="even"/>
> 				<fo:conditional-page-master-reference
> 					master-name="rightPage"
> 					odd-or-even="odd"/>
> 			</fo:repeatable-page-master-alternatives>
> 		</fo:page-sequence-master>
> 	</fo:layout-master-set>

Within fo:page-sequence-master, change the attribute 'master-name' to
'master-reference'. The syntax was changed in the XSL-FO spec when it was
released as TR 1.0, and FOP changed in version 0.20.3 to conform.
--
Rob Smith


 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]