Hello everybody, I have the following simple xml markup that should put an image to the end of the page. The image is public so can simply copy & paste the code.
For some reason fop generates a PDF file with two pages instead of one. Are there any hidden default spaces I should be aware of? --- <?xml version="1.0" encoding="UTF-8"?> <root xmlns="http://www.w3.org/1999/XSL/Format"> <layout-master-set> <simple-page-master master-name="frame" page-height="297mm" page-width="210mm" margin-top="15mm" margin-bottom="15mm" margin-left="15mm" margin-right="15mm"> <region-body /> </simple-page-master> </layout-master-set> <page-sequence master-reference="frame"> <flow flow-name="xsl-region-body"> <block margin-top="187mm"> <external-graphic src=" http://kiga.s3.amazonaws.com/4251-4500/4344/krokuszaehlspieleinfach44d693c7cf29b74d693c7d3e20e.svg" content-width="80mm" content-height="80mm" /> </block> </flow> </page-sequence> </root> --- Hope that somebody can help me on that. Greetings, Rainer
