I suspect it means there is an unclosed tag inside that is tripping
it up ... What build are you using? These validations have gone
through several iterations, so maybe you have an older build.
Basically I'm parsing templates with a funky crazy xml parser that
tries to recover from horribly broken xml, but once you have a
malformed document, it becomes a big guessing game to try and give
you an error that makes sense because no matter what rule you pick,
you will break some other scenario.
If you don't see the problem after updating, please email me the html
file so I can add it to my test cases.
ms
On May 8, 2007, at 10:34 AM, John Huss wrote:
> In my page I have:
>
> <body onload="document.form.user.focus();">
> .
> .
> .
> </body>
>
> The problems view says: "<body> start tag is not found."
>
> Is there a way to fix that?
>
> Thanks,
> John
This archive was generated by hypermail 2.0.0 : Tue May 08 2007 - 10:46:50 EDT