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
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