Peter - the problem may be that Batik has failed to resolve the relative url "svg.css". I've also had problems with Batik's resolver when using svg <image> elements that refer to external graphic files, and I've found it necessary to provide an absolute URL; this may solve your problem too, though it's a bit ugly.
<?xml-stylesheet href="http://blah.blah.blah/blah/svg.css" type="text/css"?> Cheers! Con > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 16 October 2002 07:55 > To: [EMAIL PROTECTED] > Subject: svg rasterize problems > > > hello, > > i'm encountering a problem while using the batik-transcoder > in cocoon 2. if the > svg-file i want to rasterize has all its css-definitions > inside the document > (inside the <style>-tags) there are no problems. if the > css-definitions are put > in an external css-stylesheet and linked via > <?xml-stylesheet href="svg.css" type="text/css"?> no output > at all is generated. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>
