On Thu, Jan 28, 2010 at 9:43 AM, Michael Fuchs <ml...@dbdoclet.org> wrote:
> Hello Mathieu,
>
> herold produces DocBook5, which has no ulink element at all. Therefore
> the linking is based on xlink.

Thanks !

BTW I found out herold does not support <table/>

<!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>t</title>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" width="800">
<tr>
<td>
hello
</td>
</tr>
</table>
</body>
</html>


leads to:

<?xml version="1.0" encoding="UTF-8"?>
<article version="1.0" xmlns="http://docbook.org/ns/docbook";
xmlns:xl="http://www.w3.org/1999/xlink";>
  <info>
    <title>t</title>
  </info>
  <row>
    <entry><para> hello </para></entry>
  </row>
</article>

I am forwarding that to the dbdoclet mailing list...oh well


-- 
Mathieu

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org

Reply via email to