Re: [xml] html parsing



Today at 16:30, JASON JESSO wrote:

and my output is
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd";>

I get 

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd";>
<html><body><p>
       Hello
   </p></body></html>

So, I'd say it works.

$ pkg-config --modversion libxml-2.0
2.6.13
$ python -V
Python 2.4a3

Cheers,
Danilo



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]