Andreas L Delmelle schrieb: >> Sorry, I forgot that. I already figured out the error. Fop 0.20 >> displayed the wrong xml statements. Fop 0.92 didn't display anything. > > Hmm... The only time I remember running into this, was as a consequence > of the settings of the default JDK logger. (logging.properties under > $JAVA_HOME$/lib) > > Try fiddling with those, and see if that helps.
Hi, I finally got logging working. When I try to to convert the attached rechnung.fo in a pdf I get: 17. Aug 06 11:12:27 org.apache.fop.cli.Main startFOP SEVERE: Exception what does that mean? I have sun java 1.5 running. fabian -- träge wird man niemals weise
<?xml version="1.0"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="A4" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="0.5in" margin-right="0.5in"> <fo:region-body margin-bottom="0.5in"/> <fo:region-after/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="A4"> <fo:static-content flow-name="xsl-region-after"> <fo:block> </fo:block> </fo:static-content> <fo:flow flow-name="xsl-region-body"> <fo:table table-layout="fixed"> <fo:table-column column-width="120mm"/> <fo:table-column column-width="30mm"/> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block>Busta Ges.m.b.H.</fo:block> <fo:block>Computer Hardware Software</fo:block> </fo:table-cell> <fo:table-cell> <fo:external-graphic src="Situation.jpg"/> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> <fo:block> <fo:leader leader-pattern="rule" leader-length="100%" rule-thickness="0.5pt"/> </fo:block> <fo:block> </fo:block> <fo:block> </fo:block> <fo:block> </fo:block> <fo:block> <fo:leader leader-pattern="rule" leader-length="100%" rule-thickness="0.5pt"/> </fo:block> </fo:flow> </fo:page-sequence> </fo:root>
smime.p7s
Description: S/MIME Cryptographic Signature
