hi, the FO file is as follows: <?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master margin-right="2cm" margin-left="2cm" margin-bottom="2cm" margin-top="2cm" page-width="21cm" page-height="29.7cm" master-name="simpleA4"> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="simpleA4"> <fo:flow flow-name="xsl-region-body"> <fo:block space-after="5mm" font-weight="bold" font-size="16pt">Tipologia: Comunicazione di disservizio</fo:block> <fo:block space-after="5mm" font-size="12pt">Stato: Restituita a Wind per accettazione</fo:block> <fo:block font-size="10pt"> numero: 548/2007</fo:block> </fo:flow> </fo:page-sequence> </fo:root>
Jeremias Maerki-2 wrote: > > Yes, it's possible to use FOP inside Oracle, but if you run into > certain problems (the one at hand is not normally one of them) you may > need to replace the XML support bundled with Oracle with Apache > Xerces/Xalan in order to avoid possible bugs in Oracle code. Please see > the mailing list archives for further information. My reaction is simply > triggered by your stating that you're running inside Oracle. But it > would really help to know if the same problem appears outside Oracle, > just to know on which side we have to look. Basic error finding strategy. > > The FO (XSL-FO) file in your case is just "virtual" (actually a SAX > event stream). You get it by converting the XML file using the XSLT > stylesheet you have. You can also do: > > fop -xml myfile.xml -xsl mystylesheet.xsl -pdf out.pdf > > ...on the command-line. But you know about that, don't you? > > To get the FO file: > fop -xml myfile.xml -xsl mystylesheet.xsl -foout out.fo > (and you'd post the out.fo file here) > > Jeremias Maerki > > > -- View this message in context: http://www.nabble.com/The-number-of-this-PDFNumber-must-not-be-empty-tf4803765.html#a13746939 Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
