Hi Eric, FOP internally delegates XSLT transformation to Xalan (witch is included in FOP distribution) . The actual source that FOP uses *is* XSL-FO.
You can easily get the XSL-FO invoking: - either FOP, using the -foout option on command line or mimicking the example given here [1]; - or directly Xalan, or whatever XSLT engine you want. As a start for further information you can read this [2]. [1] http://xmlgraphics.apache.org/fop/0.95/embedding.html#ExampleXML2FO [2] http://xmlgraphics.apache.org/fop/maillist.html#fop-user-policy Pascal Eric Douglas a écrit : > I'm using 0.95 with XML files and an XSL file. As far as I know it never > generates a physical XSLFO file. > How do you get an XSLFO file? > > > -----Original Message----- > From: Pascal Sancho [mailto:[email protected]] > Hi, > IIUC, the error occurs at the XSLT stage. > - you should give further information on the context (XSLT engine and > version, JRE, sources files, etc.), not only the error message. > - note that on this list, the best material is the XSL-FO source, not the > XML+XLST. > > Pascal > > > GangadharAthi a écrit : > >> SEVERE: javax.xml.transform.TransformerException: >> java.lang.NullPointerException >> file:/C:/workspace/PDFGenerater95/src/TOF-sec18.xsl; Line #1621; >> Column #70; java.lang.NullPointerException >> >> The error line number 1621 column # 70 points to the line in xsl >> <fo:table table-layout="fixed" table-omit-header-at-break="false"> >> >> I have declared all child elements with out missing any one..Can any >> one please help??? >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
