Re: svg/xml being truncated on load?

2010-11-13 Thread Bill Nelson
Hi André, You nailed it. My cgi program was creating the svg file and I forgot to close the file handle. (facepalm) Thanks for the help. Bill On Sat, Nov 13, 2010 at 10:39 AM, André Warnier wrote: > Hi. > > > Bill Nelson wrote: > >> Hello, >> >> I am using

svg/xml being truncated on load?

2010-11-13 Thread Bill Nelson
Hello, I am using the CGI.pm module to build a page that includes and embedded svg image: print "\n" . Tr(td({-rowspan=>$leaf_count, -height=>"100%", -width=>"100%"}, "type=\"image/svg+xml\">"), td(\...@data)); This generates the expected html: ... however I get an xml parse error inste