>>>>> "BR" == Brian Rich <[EMAIL PROTECTED]> writes:

BR> Hi All, I catch this exception from my servlet when I try to
BR> render a pdf document through fop that uses batik here is the
BR> error message has anyone got this before?  I get occasionally and
BR> not consistantly get this that does not render my image to pdf.

BR> org.apache.batik.bridge.BridgeException: null:0 The attribute
BR> 'width' of the element is invalid

    It sounds to me like the width element of the is invalid.
I think this is on line zero so it is probably the root svg element.

    Can you send the SVG document that causes the error?  BTW
just so I am clear you are rendering an XSL-FO document that uses
SVG throught FOP to get a PDF document correct?

    If so the element that has the invalid width is one of the
svg element.  I don't know what syntax is supported for width in
XSL-FO but it may well be different from that in SVG - so this
may adding to the confusion.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to