What is required if I want to use XHTML as an input format.
Just placing it in xdocs will not work, strangely enough if I do that
with
<?xml version="1.0" encoding="UTF-8"?>
<!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>Testdocument XHTML</title>
</head>
<body>
<h1>Testchapter</h1>
<p>This is a test to see what attributes are passed through when processing
xhtml.</p>
<table border="1" width="30%">
<tr>
<td>Zell 1-1</td>
<td>Zell 1-2</td>
<td>Zell 1-3</td>
</tr>
<tr>
<td>Zell 2-1</td>
<td>Zell 2-2</td>
<td>Zell 2-3</td>
</tr>
</table>
</body>
</html>
I get a Forrest page with empty content area while calling the pipeline
body-... will produce a clean looking document.
Do I need to add a new mapping to the source pipeline, what else would
I need to do.
Thanks
--
Ferdinand Soethe