1 Reply Latest reply on Sep 13, 2010 3:06 PM by gonzalad

    maven-jdocbook-plugin how to dump fo file

    gonzalad

      Hello,

       

      I'm using maven-jdocbook-plugin for generating a Pdf file, but I keep getting errors like :

       

      Embedded error: error rendering [org.apache.fop.fo.ValidationException: "fo:tabl
      e-row" is missing child elements. Required content model: (table-cell+) (See pos
      ition -1:-1); SystemID: jar:file:/C:/Program%20Files/Developpements/.m2/reposito
      ry/net/sf/docbook/docbook-xsl-ns/1.74.0/docbook-xsl-ns-1.74.0.jar!/fo/lists.xsl;
      Line#: 74; Column#: -1] on master.xml

      Embedded error: error rendering [org.apache.fop.fo.ValidationException: "fo:tabl

      e-row" is missing child elements. Required content model: (table-cell+) (See pos

      ition -1:-1); SystemID: jar:file:/C:/Program%20Files/Developpements/.m2/reposito

      ry/net/sf/docbook/docbook-xsl-ns/1.74.0/docbook-xsl-ns-1.74.0.jar!/fo/lists.xsl;

      Line#: 74; Column#: -1] on master.xml

       

      How can I dump the intemediate fo file ? It would be really easier to debug the docbook markup.

       

      Thanks very much