HELP: parsing XHTML!!!

Hello Christian,

I saw your mail regarding HTML DTDs, XHTML, etc... (http://lists.w3.org/Archives/Public/www-html/2001Dec/0028.html), and I would be very thankful if you could tell me if there is already any XHTML that works fine. I've tried out the new version of Xerces and also the Oracle's one, and they have not worked. In fact, I need to apply a XSL transformation on a XHTML document like the following:

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1" />
<title>Film Conseil - Bienvenue</title>
<style type="text/css">
 body {
  background-image: url(/images/default_bgd1.gif);
  background-color: #000000;
  color: #FFFFFF;
 }
 :link { color: #FFFF00 }
 :visited { color: #FFFF00 }
</style>
</head>
<body>
<table border="0" cols="6" width="80%">
<tr>
....

Is there something wrong?  What do you recommend?

Thanks a lot!!!

______________________

Hendrik MACEDO
Ph.D. Student
Université de Paris 6

Received on Monday, 6 May 2002 22:00:26 UTC