The html root element is closed right after it has been opened (see
snippet below). Therefore, head and body tag become additional root
elements of the document.
------8<-------
<!-- This file has been generated by tj3man v0.1.0 -->
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"></html>
<head>
----->8-------
regards,
Ren�
Good catch! Did you see rendering errors with any browser or did you
look at the generated HTML? Firefox on Linux seems to be smart enough
to handle even such broken HTML correctly.
Chris
Browsers don't seem to care about the invalid xhtml. After pulling v0.1.0
some of my xpath statements stopped to match. So I started investigating
the problem, looked at the generated files and found the reported bug.
Thanks for the quick fix by the way!
Ren�