Re: [BUG] Amaya (CVS version) crashing with non-valid XHTML

Hello,

This crash is fixed in cvs version.

Thanks for the report,
Laurent Carcone


On Tue, 19 Jun 2007 15:45:31 +0300
Joel Lehtonen <jopesale@jyu.fi> wrote:

> 
> I find Amaya crashing with the following (non-valid) xhtml:
> 
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
> Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
>   <head>
>     <title>Test</title>
>   </head>
>   <body>
>     <div xmlns=""/>
>   </body>
> </html>
> 
> I have compiled Amaya from sources (CVS at Jun 15 2007), This is a 32-bit 
> build on 64-bit Linux. Operating system is Fedora Core 6.
> 

Received on Tuesday, 19 June 2007 16:12:08 UTC