[xep-support] Re: Running XEP
Bill Cleveland
WCleveland at Ameritech.Net
Fri Jun 7 08:21:54 PDT 2002
After two days of working on this, I discovered that org.xml.sax.helpers.ParserFactory.makeParser() was being run from D:\jdk1.2.2\jre\lib\ext\xml.jar, rather than from the libraries XEP installed, even when I wiped out my classpath. After I removed that file, XEP now runs.
Once I got XEP to run, I tried Align.fo from your samples section. On the first attempt it crashed, and I increased the max memory setting to 256MB. It ran that time, but took forever (I wasn't timing yet, at that point, but I'd say around 3-4 minutes -- Antenna House XSL Formatter renders it too fast to time). I then tried a two page (when Antenna House renders it) invoice file (what we're using XSL-FO for), and it ran for about 6 minutes before running out of memory (this was after I told it to take 256MB). Is XEP always this slow and this RAM intensive? The FO is just for my own invoice, so I can include it here:
<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:riis="http://www.riis.com/XSLnamespace">
<fo:layout-master-set>
<fo:simple-page-master margin-right=".5in" margin-left=".5in" margin-bottom=".5in" margin-top=".5in" master-name="CoverPage" page-height="11in" page-width="8.5in">
<fo:region-body/>
</fo:simple-page-master>
<fo:simple-page-master margin-right=".5in" margin-left=".5in" margin-bottom=".5in" margin-top=".5in" master-name="SummaryPage" page-height="11in" page-width="8.5in">
<fo:region-body/>
</fo:simple-page-master>
<fo:simple-page-master margin-right=".5in" margin-left=".5in" margin-bottom=".5in" margin-top=".5in" master-name="CallDetailPages" page-height="11in" page-width="8.5in">
<fo:region-body margin-top="2.1in"/>
<fo:region-before extent="2.1in"/>
<fo:region-after extent="0in" />
<fo:region-start extent="0in" />
<fo:region-end extent="0in" />
</fo:simple-page-master>
<fo:page-sequence-master master-name="Invoice-Page-Sequence">
<fo:single-page-master-reference master-reference="CoverPage"/>
<fo:single-page-master-reference master-reference="SummaryPage"/>
<fo:repeatable-page-master-reference master-reference="CallDetailPages"/>
</fo:page-sequence-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="SummaryPage">
<fo:flow font-size="12pt" font-family="Helvetica" flow-name="xsl-region-body">
<fo:block>
<fo:block>
<fo:table font-size="12pt" font-family="Helvetica" table-layout="fixed" width="7.5in" border="0.0pt solid black">
<fo:table-column column-width="3.75in" column-number="1"/>
<fo:table-column column-width="3.75in" column-number="2"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell width="5.25in">
<fo:block text-align="start">
<fo:external-graphic content-height=".75in" src="ldmi_rev_tel-transparent.jpg"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block color="white">á½</fo:block>
<fo:block color="white">á½</fo:block>
<fo:block color="white">á½</fo:block>
<fo:block text-align="end">Page <fo:page-number/>
</fo:block>
<fo:block text-align="end">
Account 3004517</fo:block>
<fo:block text-align="end">Apr 01 - Apr 30, 2002</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block font-size="10pt">
<fo:block font-weight="bold">
LDMI Telecommunications</fo:block>
<fo:block font-weight="bold">
Dept. 77609 P.O. Box 77000</fo:block>
<fo:block font-weight="bold">
Detroit, MI 48277-0609</fo:block>
<fo:block font-weight="bold">
Customer Service (800) 374-5364</fo:block>
<fo:block color="white">?</fo:block>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
<fo:block font-weight="bold" font-style="italic" font-size="11pt" text-align="end">
Summary of Charges</fo:block>
<fo:block>
<fo:leader color="black" rule-thickness="0.5pt" leader-pattern="rule" leader-length="7.5in"/>
</fo:block>
<fo:block text-indent=".5in">
<fo:table table-layout="fixed" width="7in">
<fo:table-column column-width="7in" column-number="1"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block text-align-last="justify">
Long Distance Charges
<fo:leader leader-pattern="dots"/>
$9.8325</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block text-align-last="justify">
CRC (Carrier Recovery Charge)
<fo:leader leader-pattern="dots"/>
$1.05</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block text-align-last="justify">
Universal Service Fund
<fo:leader leader-pattern="dots"/>
$0.46</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block text-align-last="justify">
Federal Taxes
<fo:leader leader-pattern="dots"/>
$0.34</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block text-align-last="justify">
State and Local Taxes
<fo:leader leader-pattern="dots"/>
$0.89</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block font-weight="bold" text-align-last="justify">
Total Current Charges
<fo:leader font-weight="normal" leader-pattern="dots"/>
$12.5725</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:block>
</fo:flow>
</fo:page-sequence>
<fo:page-sequence master-reference="CallDetailPages">
<fo:static-content flow-name="xsl-region-before">
<fo:block>
<fo:table font-size="12pt" font-family="Helvetica" table-layout="fixed" width="7.5in" border="0.0pt solid black">
<fo:table-column column-width="3.75in" column-number="1"/>
<fo:table-column column-width="3.75in" column-number="2"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell width="5.25in">
<fo:block text-align="start">
<fo:external-graphic content-height=".75in" src="ldmi_rev_tel-transparent.jpg"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block color="white">á½</fo:block>
<fo:block color="white">á½</fo:block>
<fo:block color="white">á½</fo:block>
<fo:block text-align="end">Page <fo:page-number/>
</fo:block>
<fo:block text-align="end">
Account 3004517</fo:block>
<fo:block text-align="end">Apr 01 - Apr 30, 2002</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block font-size="10pt">
<fo:block font-weight="bold">
LDMI Telecommunications</fo:block>
<fo:block font-weight="bold">
Dept. 77609 P.O. Box 77000</fo:block>
<fo:block font-weight="bold">
Detroit, MI 48277-0609</fo:block>
<fo:block font-weight="bold">
Customer Service (800) 374-5364</fo:block>
<fo:block color="white">?</fo:block>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:flow font-size="12pt" font-family="Helvetica" flow-name="xsl-region-body">
<fo:block page-break-after="always">
<fo:block font-weight="bold" font-style="italic" font-size="11pt" text-align="end">
Detailed Charges (Long Distance Outbound)</fo:block>
<fo:block>
<fo:leader color="black" rule-thickness="0.5pt" leader-pattern="rule" leader-length="7.5in"/>
</fo:block>
<fo:block font-weight="normal" font-style="normal" font-size="7pt">
<fo:table-and-caption>
<fo:table space-after="10pt" space-before="10pt" table-layout="fixed">
<fo:table-column column-width="0.69in" column-number="1"/>
<fo:table-column column-width="0.45in" column-number="2"/>
<fo:table-column column-width="0.45in" column-number="3"/>
<fo:table-column column-width="0.75in" column-number="4"/>
<fo:table-column column-width="1.05in" column-number="5"/>
<fo:table-column column-width="1.20in" column-number="6"/>
<fo:table-column column-width="1.00in" column-number="7"/>
<fo:table-column column-width="0.60in" column-number="8"/>
<fo:table-column column-width="0.58in" column-number="9"/>
<fo:table-column column-width="0.73in" column-number="10"/>
<fo:table-header>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell display-align="after" text-align="left" padding="2pt -2pt">
<fo:block font-weight="bold" font-size="10pt">
<fo:wrapper text-decoration="underline">
Day
</fo:wrapper>
</fo:block>
</fo:table-cell>
<fo:table-cell display-align="after" text-align="left" padding="2pt 2pt">
<fo:block font-weight="bold" font-size="10pt">
<fo:wrapper text-decoration="underline">
Date
</fo:wrapper>
</fo:block>
</fo:table-cell>
<fo:table-cell display-align="after" text-align="right" padding="2pt 10pt">
<fo:block font-weight="bold" font-size="10pt">
<fo:wrapper text-decoration="underline">
Time
</fo:wrapper>
</fo:block>
</fo:table-cell>
<fo:table-cell display-align="after" text-align="left" padding="2pt 8pt">
<fo:block font-weight="bold" font-size="10pt">
<fo:wrapper text-decoration="underline">
Place
</fo:wrapper>
</fo:block>
</fo:table-cell>
<fo:table-cell display-align="after" text-align="center" padding="2pt 2pt">
<fo:block font-weight="bold" font-size="10pt">
<fo:wrapper text-decoration="underline">
State or Country
</fo:wrapper>
</fo:block>
</fo:table-cell>
<fo:table-cell number-rows-spanned="2" display-align="after" text-align="center" padding="2pt 2pt">
<fo:block font-weight="bold" font-size="10pt">
Area Code
<fo:wrapper text-decoration="underline">
and Number
</fo:wrapper>
</fo:block>
</fo:table-cell>
<fo:table-cell display-align="after" text-align="center" padding="2pt 2pt">
<fo:block font-weight="bold" font-size="10pt">
Call
<fo:wrapper text-decoration="underline">
Type
</fo:wrapper>
</fo:block>
</fo:table-cell>
<fo:table-cell display-align="after" text-align="center" padding="2pt 2pt">
<fo:block font-weight="bold" font-size="10pt">
<fo:wrapper text-decoration="underline">
Min
</fo:wrapper>
</fo:block>
</fo:table-cell>
<fo:table-cell display-align="after" text-align="center" padding="2pt 2pt">
<fo:block font-weight="bold" font-size="10pt">
<fo:wrapper text-decoration="underline">
Costs
</fo:wrapper>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-header>
<fo:table-body>
<fo:table-row>
<fo:table-cell number-columns-spanned="10" padding="4pt 2pt">
<fo:block font-weight="normal" font-style="italic" font-size="9pt">INTRALATA
calls
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell number-columns-spanned="10" padding="3pt 15pt">
<fo:block font-weight="normal" font-style="italic" font-size="9pt">
Calls from (313)
891-0698<fo:character character=" "/>Main Number (BTN)</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Mon</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 01</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>3:02:36 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Mount Clemens</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(586)
263-7240</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>1</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.075</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Sun</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 07</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>1:47:21 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Farmington Hills</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(248)
324-9043</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>0.3</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.0225</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Sun</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 07</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>1:48:06 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Pontiac</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(248)
342-9043</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>1.7</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.1275</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Thu</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 11</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>7:14:18 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Washington</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(586)
781-9245</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>0.3</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.0225</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Fri</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 12</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>5:24:42 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Mount Clemens</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(586)
466-9813</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>0.3</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.0225</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Sat</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 13</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>12:51:33 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Washington</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(586)
781-9245</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>2.5</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.1875</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Mon</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 15</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>2:40:39 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Pontiac</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(248)
342-9043</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>20.6</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$1.545</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Fri</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 19</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>12:48:48 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Pontiac</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(248)
342-9043</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>2.2</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.165</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Fri</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 19</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>3:35:27 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Mount Clemens</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(586)
201-1438</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>0.3</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.0225</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Fri</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 19</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>5:50:27 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Livonia</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(734)
421-6281</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>0.3</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.0225</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Sat</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 20</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>12:05:48 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Washington</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(586)
781-9245</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>12.9</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.9675</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Tue</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 23</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>11:58:15 am</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Mount Clemens</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(586)
466-9813</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>4.5</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.3375</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Sat</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 27</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>12:59:57 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Washington</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Michigan</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(586)
781-9245</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>12.3</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.9225</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell number-columns-spanned="6" padding="4pt 15pt">
<fo:block font-weight="bold" font-size="9pt">
Totals for
(313)
891-0698</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">13
calls
</fo:block>
</fo:table-cell>
<fo:table-cell padding="2pt">
<fo:block color="white">?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">59.2</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">
$4.44</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell number-columns-spanned="6" padding="3pt 2pt">
<fo:block font-weight="bold" font-size="9pt">INTRALATA
totals:
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">13
calls
</fo:block>
</fo:table-cell>
<fo:table-cell padding="2pt">
<fo:block color="white">?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">59.2</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">
$4.44</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell number-columns-spanned="10" padding="4pt 2pt">
<fo:block font-weight="normal" font-style="italic" font-size="9pt">INTERSTATE
calls
</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell number-columns-spanned="10" padding="3pt 15pt">
<fo:block font-weight="normal" font-style="italic" font-size="9pt">
Calls from (313)
891-0698<fo:character character=" "/>Main Number (BTN)</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Thu</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 11</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>1:02:45 am</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Sierra Vista</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Arizona</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(520)
456-2193</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>31.3</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$2.9735</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block color="white">
?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Mon</fo:block>
</fo:table-cell>
<fo:table-cell text-align="left">
<fo:block>Apr 22</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt" text-align="right">
<fo:block>2:30:57 pm</fo:block>
</fo:table-cell>
<fo:table-cell padding="0pt 4pt">
<fo:block>Manitowoc</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>Wisconsin</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
(920)
629-3879</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
Flat
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>2.1</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center">
<fo:block>
$0.1995</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell number-columns-spanned="6" padding="4pt 15pt">
<fo:block font-weight="bold" font-size="9pt">
Totals for
(313)
891-0698</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">2
calls
</fo:block>
</fo:table-cell>
<fo:table-cell padding="2pt">
<fo:block color="white">?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">33.4</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">
$3.173</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell number-columns-spanned="6" padding="3pt 2pt">
<fo:block font-weight="bold" font-size="9pt">INTERSTATE
totals:
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">2
calls
</fo:block>
</fo:table-cell>
<fo:table-cell padding="2pt">
<fo:block color="white">?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">33.4</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">
$3.173</fo:block>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell number-columns-spanned="6" padding="2pt -3pt">
<fo:block font-weight="bold" font-size="9pt">Direct Dialed
Totals:
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">15
calls
</fo:block>
</fo:table-cell>
<fo:table-cell padding="2pt">
<fo:block color="white">?
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">92.6</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" padding="2pt">
<fo:block font-weight="bold" font-size="9pt">
$7.613</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:table-and-caption>
</fo:block>
</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
More information about the Xep-support
mailing list