docbook-apps

  • 1.  Saxon: Failed to interpret image: Sketches/Site.svg

    Posted 03-18-2010 10:52
    Hi there,

    I recently switch from xsltproc to using saxon (I wanted syntax
    highlighting). However after the switch saxon keeps complaining about:

    ...
    Failed to interpret image: Sketches/Site.svg
    ...

    I looked at the output using firefox and everything seems ok. Am I
    missing something ? Is there an option to remove this warning ?

    Thanks
    --
    Mathieu



  • 2.  RE: [docbook-apps] Saxon: Failed to interpret image: Sketches/Site.svg

    Posted 03-18-2010 17:08
    | -----Original Message-----
    | From: Mathieu Malaterre
    |
    | ...
    | Failed to interpret image: Sketches/Site.svg
    | ...
    |
    | I looked at the output using firefox and everything seems ok. Am I
    | missing something ? Is there an option to remove this warning ?


    The warning comes from the Saxon graphic size extension, which does not
    support SVG images. The only way to remove the warning is to set the
    graphicsize.extension parameter to 0.

    Mauritz





  • 3.  Re: [docbook-apps] Saxon: Failed to interpret image: Sketches/Site.svg

    Posted 03-23-2010 15:19
    On Thu, Mar 18, 2010 at 6:07 PM, Mauritz Jeanson <mj@johanneberg.com> wrote:
    > |  -----Original Message-----
    > |  From: Mathieu Malaterre
    > |
    > |  ...
    > |  Failed to interpret image: Sketches/Site.svg
    > |  ...
    > |
    > |    I looked at the output using firefox and everything seems ok. Am I
    > |  missing something ? Is there an option to remove this warning ?
    >
    >
    > The warning comes from the Saxon graphic size extension, which does not
    > support SVG images. The only way to remove the warning is to set the
    > graphicsize.extension parameter to 0.

    Thanks ! It now properly respect <imagedata width="100%"/>.


    --
    Mathieu