I think Jan meant that when PHP spits out "Error in line x", it has a <br>
in there which causes the page to be invalid.
My question would be "why are you trying to validate pages with errors in
anyway?"
Cheers
Jon
-----Original Message-----
From: Tyler Longren [mailto:[EMAIL PROTECTED]]
Sent: 17 August 2001 16:44
To: Jan
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] XHTML compatible error messages
$string = "Hello everyone!<br>How are you today?";
$result = str_replace("<br>", <br/>", "$string");
--
Tyler Longren
Captain Jack Communications
[EMAIL PROTECTED]
www.captainjack.com
On Fri, 17 Aug 2001 17:40:07 +0200
"Jan" <[EMAIL PROTECTED]> wrote:
> Hi out there!
>
> I have got a problem with PHP's standard way of reporting errors.
> The <br> in the error messages are making the XML invalid (should be
> <br/>). Is there an easy way to do this?
>
> Jan.
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]