You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2002/09/11 14:50:29 UTC

DO NOT REPLY [Bug 12527] New: - single-page-master-reference

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12527>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12527

single-page-master-reference

           Summary: single-page-master-reference
           Product: Fop
           Version: 0.20.4
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: page-master/layout
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: tim.lebedkov@web.de


Hi, 

I get error while trying to use single-page-master-reference
here is my fo:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE fo:root SYSTEM "../fo.dtd">
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
	<fo:layout-master-set>
		<fo:simple-page-master master-name="simple">
			<fo:region-body/>
		</fo:simple-page-master>
		<fo:simple-page-master master-name="single">
			<fo:region-body/>
		</fo:simple-page-master>
		<fo:page-sequence-master master-name="titlepage">
			<fo:single-page-master-reference master-name="single"/>
		</fo:page-sequence-master>
	</fo:layout-master-set>

	<fo:page-sequence master-reference="titlepage">
		<fo:flow flow-name="xsl-region-body">
			<fo:block>
				Some text
			</fo:block>
		</fo:flow>
	</fo:page-sequence>
</fo:root>

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org