[xslt] extra "<html><body>" at top of output



I'm using libXSLT to transform XML into HTML. It looks like libXSLT is 
putting an extra "<html><body>" at the top of the document, and an 
"</body></html>" at the bottom, like this:

<html><body><html>
<head>

[...]

</tr></table>
</body>
</html></body></html>

It does this regardless of whether I have "<html>" in the source file or 
not. I'm using the HTML parser to load HTML and trandform it, so it's 
not exactly XML input.




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