Fabian Müller wrote:
Ross Gardler <[EMAIL PROTECTED]> writes:
When I try to access tutorial.html I get a blank page.
This is probably due to the html serialiser not being able to cope
with the fact that your XSL outputs XHTML.
As a test try just using <map:serialize type="xml"/>
Some browsers will render this correctly, others will not, it depends
on whether they respect the mime type header.
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.
Do view source.
Ross