https://issues.apache.org/bugzilla/show_bug.cgi?id=53817

          Priority: P2
            Bug ID: 53817
          Assignee: fop-dev@xmlgraphics.apache.org
           Summary: java.lang.NullPointerException
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: mathieu.malate...@gmail.com
          Hardware: PC
            Status: NEW
           Version: 1.0
         Component: pdf
           Product: Fop

Created attachment 29317
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29317&action=edit
generated fo file

Hi,

I cannot process the following dobbook slides:


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE slides PUBLIC "-//Norman Walsh//DTD Slides XML V3.4.0//EN"
"http://docbook.sourceforge.net/release/slides/3.4.0/schema/dtd/slides-full.dtd";>
<slides>
  <foil>
  <title>My Title<footnote><para><ulink
url="http://www.example.com/"/></para></footnote></title>
  <para/>
  </foil>
</slides>


it keeps on failing with:

$ xsltproc -o t.fo /usr/share/xml/docbook/custom/slides/3.4.0/xsl/fo/plain.xsl
s.xml
$ fop t.fo t.pdf 
Image not found. URI: images/draft.png. (See position 2:9711)
Image not found. URI: images/draft.png. (See position 2:10376)
Image not found. URI: images/draft.png. (See position 2:11039)
Image not found. URI: images/draft.png. (See position 2:11699)
Image not found. URI: images/draft.png. (See position 2:12356)
Image not found. URI: images/draft.png. (See position 2:13013)
Image not found. URI: images/draft.png. (See position 2:13667)
Image not found. URI: images/draft.png. (See position 2:14326)
Image not found. URI: images/draft.png. (See position 2:14985)
Image not found. URI: images/draft.png. (See position 2:15641)
Image not found. URI: images/draft.png. (See position 2:16299)
Image not found. URI: images/draft.png. (See position 2:16957)
Image not found. URI: images/draft.png. (See position 2:17612)
Image not found. URI: images/draft.png. (See position 2:18270)
Image not found. URI: images/draft.png. (See position 2:18928)
Image not found. URI: images/draft.png. (See position 2:19583)
Image not found. URI: images/draft.png. (See position 2:20242)
Image not found. URI: images/draft.png. (See position 2:20901)
Image not found. URI: images/draft.png. (See position 2:21557)
Exception
java.lang.NullPointerException

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to