http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2300 *** shadow/2300 Sun Jun 24 02:59:09 2001 --- shadow/2300.tmp.8294 Sun Jun 24 02:59:09 2001 *************** *** 0 **** --- 1,34 ---- + +============================================================================+ + | "ERROR: null" with fo:external-graphic | + +----------------------------------------------------------------------------+ + | Bug #: 2300 Product: Fop | + | Status: NEW Version: | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Linux | + | Priority: Other Component: images | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + FOP says: + formatting FOs into areas + [1ERROR: null + if a fo:external-graphic tag is in the document. + the reduced .fo file looks like: + + <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> + <fo:layout-master-set> + <fo:simple-page-master master-name="first"> + <fo:region-body/> + </fo:simple-page-master> + </fo:layout-master-set> + <fo:page-sequence master-name="first"> + <fo:flow flow-name="xsl-region-body"> + <fo:external-graphic src="anyfile.jpg"/> + </fo:flow> + </fo:page-sequence> + </fo:root> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
