Fabian Müller wrote:
Ross Gardler <[EMAIL PROTECTED]> writes:
However, even if not rendered correctly you should see the XHTML as an
XML document. Does this work?
The result is that I get a page with a bright yellow background and a
thin red border and this error message:
XML Parsing Error: no element found
Location: http://localhost:8888/tutorial.html
Line Number 1, Column 44:
<?xml version="1.0" encoding="ISO-8859-1"?>
But what is the *source* returned. This is only what your browser
tries to o when rendering.
The source contains one line:
<?xml version="1.0" encoding="ISO-8859-1"?>
There is nothing more.
No wonder it doesn't work then. You need a stylesheet that actually
outputs something for Forrest to work with. As Kevin pointed out this
stylesheet creates multiple files, they are, most likely written to disk.
Ross