Well It seems I cant even get that done.. what I mean is I get error:
No element mapping definition found for fox:omit-first-header
Am unsure as to where I have gone wrong however given my absolute
ignorance... its probably/hopefully something very simple.
acouple of important bits are..
____________________________________________________________
when compiling i get an error:
Build Failed:
The <classpath> for <junit> must include junit.jar if not in Ant's own
classpath
____________________________________________________________
I am outputting to awt not pdf.
____________________________________________________________
Below is where I put the ref to FOX NS
<xsl:variable name="fo:layout-master-set">
<fo:layout-master-set>
<fo:simple-page-master
master-name="page-master-177027616-even"
margin-left="15.24mm" margin-right="15.24mm" page-height="279.40mm"
page-width="215.90mm" margin-top="7.62mm" margin-bottom="7.62mm">
<fo:region-body margin-top="12.45mm"
margin-bottom="12.45mm"
column-count="1" column-gap="12.70mm"/>
<fo:region-before
region-name="even-page-header" overflow="hidden"
extent="12.45mm"/>
</fo:simple-page-master>
<fo:simple-page-master
master-name="page-master-177027616-odd"
margin-left="15.24mm" margin-right="15.24mm" page-height="279.40mm"
page-width="215.90mm" margin-top="7.62mm" margin-bottom="7.62mm">
<fo:region-body margin-top="12.45mm"
margin-bottom="12.45mm"
column-count="1" column-gap="12.70mm"/>
<fo:region-before region-name="odd-page-header"
overflow="hidden"
extent="12.45mm"/>
</fo:simple-page-master>
<fo:page-sequence-master
master-name="page-master-177027616">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference
master-reference="page-master-177027616-even" odd-or-even="even"/>
<fo:conditional-page-master-reference
master-reference="page-master-177027616-odd" odd-or-even="odd"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
</fo:layout-master-set>
</xsl:variable>
<xsl:variable name="altova:nPxPerIn" select="96"/>
<xsl:template match="/">
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:fox="http://xmlgraphics.apache.org/fop/extensions">
<xsl:copy-of select="$fo:layout-master-set"/>
____________________________________________________________
ohh and its the first time i've rolled my sleaves up to do anything in java
and my 2nd week f doing anything in xslt/fo.
____________________________________________________________
I applied patch to atest trunk as I could not fins the specified. (aso new
to svn :S)
____________________________________________________________
Hope you can advise..
Thanks
--
View this message in context:
http://old.nabble.com/omit-first-table-header-last-footer-tp25640345p32298868.html
Sent from the FOP - Dev mailing list archive at Nabble.com.