For those experiencing the same thing I eventually found what I was looking for. Basically its a change in the way naming spaces are used - and not a bug within FOP itself. The simple answer is to switch to java 1.5.. If your using the FOP.CMD and have already ran under JDK1.4 then makesure you reset JAVACMD with something like SET JAVACMD= Otherwise your environment will still be temporarily pointing to the older 1.3 or 1.4 environment.
For more info http://xmlgraphics.apache.org/fop/faq.html#svg-attribute-required http://issues.apache.org/bugzilla/show_bug.cgi?id=41295 Simon French wrote: > > Hi, > I'm having problems with inline svg - any guidance would be appreciated. > > In vers fop-0.90alpha1 my xml and example supplied with FOP all worked > fine. > > I've tried vers .92 & .93 with no luck. > > Am I doing something wrong ? I'm trying the example from the fo basic > folder, instream.fo > > It seems that the svg code isn't being parsed correctly, as the error I'm > getting is :- > > 02-Apr-2007 13:59:23 org.apache.fop.render.pdf.PDFSVGHandler > renderSVGDocument > SEVERE: svg graphic could not be built: file:/C:/xmlTesting/general/:-1 > The attribute "width" of the element <rect> is required > > The thing is the width element is there in the svg xml markup > > Thanks in advance. > > Simon > -- View this message in context: http://www.nabble.com/cant-get-inline-svg-to-work-tf3504867.html#a9794367 Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
