<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
	xmlns:rx="http://www.renderx.com/XSL/Extensions">
	<fo:layout-master-set>
		<fo:simple-page-master margin-top="1in" margin-left="1in" margin-bottom="1in"
			margin-right="1in" page-width="8in" page-height="11in" master-name="first">
			<fo:region-body margin-top="0pt"/>
			<fo:region-before extent="0pt"/>
			<fo:region-after extent="0pt"/>
		</fo:simple-page-master>
	</fo:layout-master-set>
	<fo:page-sequence master-reference="first">
		<fo:flow flow-name="xsl-region-body">
			<fo:block text-align="left" text-align-last="justify"> This is a long line of text in
				the TOC <fo:inline keep-together.within-line="always">
					<fo:leader leader-pattern="dots"/> 123 </fo:inline>
			</fo:block>
			<fo:block text-align="left" text-align-last="justify"> This is a long line of text in
				the TOC with even more text <fo:inline keep-together.within-line="always">
					<fo:leader leader-pattern="dots"/> 123 </fo:inline>
			</fo:block>
			<fo:block text-align="left" text-align-last="justify"> This is a long line of text in
				the TOC with even more text and more text <fo:inline
					keep-together.within-line="always">
					<fo:leader leader-pattern="dots"/> 123 </fo:inline>
			</fo:block>
			<fo:block text-align="left" text-align-last="justify"> This is a long line of text in
				the TOC with even more text and more text and <fo:inline
					keep-together.within-line="always">
					<fo:leader leader-pattern="dots"/> 123 </fo:inline>
			</fo:block>
			<fo:block text-align="left" text-align-last="justify"> This is a long line of text in
				the TOC with even more text and more text and m <fo:inline
					keep-together.within-line="always">
					<fo:leader leader-pattern="dots"/> 123 </fo:inline>
			</fo:block>
			<fo:block text-align="left" text-align-last="justify"> This is a long line of text in
				the TOC with even more text and more text and more <fo:inline
					keep-together.within-line="always">
					<fo:leader leader-pattern="dots"/> 123 </fo:inline>
			</fo:block>
		</fo:flow>
	</fo:page-sequence>
</fo:root>


