Re: [bug] not valid but no errors

Bjoern,

The prolog in you document is not complete.

the first line should look like:
<?xml version="1.0" encCoding="iso-8859-1"?>
insteat of:
<?xml version="1.0" encoding="iso-8859-1">

You were missing a "?".

See the source for http://www.xml-dev.com/xml/test.html for an example.

Saqib Ali
---------
http://validate.sf.net <--- XHTML/HTML/DocBook Validator

On Fri, 7 Nov 2003, Bjoern Hoehrmann wrote:

>
> Hi,
>
>   http://www.bjoernsworld.de/temp/malformed-xml-decl.html
>
> has a malformed XML declaration, the validator claims the document is
> invalid though it does not list any errors. The :8001 is a bit
> different, it complains that there is no 'XMLNS' attribute after
> attempting HTML 4.01 Transitional validation.
>
> http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bjoernsworld.de%2Ftemp%2Fmalformed-xml-decl.html
> http://validator.w3.org:8001/check?uri=http%3A%2F%2Fwww.bjoernsworld.de%2Ftemp%2Fmalformed-xml-decl.html
>
> regards.
>
>

Received on Friday, 7 November 2003 22:19:49 UTC