Boris Kroeger wrote:
> Hi devs,
>
> This helps, but now I have a interesting issue.
> The SVG definition expects an attribute "version" at the begining: <svg
> ... version="1.0">
> But the stylesheet handler does not seem to like it!
>
> ERROR (2004-07-24) 11:11.48:204 [core.xslt-processor]
> (/images/siam.png) PoolThread-4/T
> raxErrorHandler: Error in TraxTransformer:
> file:/home/boris/temp/siam/src/documentation/con
> tent/xdocs/images/siam.svg; Line 14; Column 18;
> ; SystemID:
> file:/home/boris/temp/siam/src/documentation/content/xdocs/images/siam.svg;
> Lin
> e#: 14; Column#: 18
> javax.xml.transform.TransformerException: stylesheet requires attribute:
> version
> at
> org.apache.xalan.processor.StylesheetHandler.error(StylesheetHandler.java:884)
>
> at
> org.apache.xalan.processor.XSLTElementProcessor.setPropertiesFromAttributes(XSLT
>
>
> If I play around with the "version" attribute suddenly the SAX parser
> doesn't like it anymore.
> He expects a "<svg ... version="1.0">.
>
> I'm a bit puzzled. The SVG which came with forrest aren't working too.
> Is there maybe a problem with the stylesheet handler?
>
You're right. I just tried the forrest seed site, and it's project logo
is just blank.
I'd create an issue for this, but it looks like the issue tracker is
down currently.
--
Dave Brondsema : dave@brondsema.net
http://www.splike.com : programming
http://csx.calvin.edu : student org
http://www.brondsema.net : personal
|