RE: [PHP] XHTML compatible error messages

2001-12-05 Thread Jason Lotito
] www.NewbieNetwork.net > -Original Message- > From: Matt McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 06, 2001 2:05 AM > To: Jan > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] XHTML compatible error messages > > > On Fri, Aug 17, 2001 at 05:40:07PM +0200, Jan

Re: [PHP] XHTML compatible error messages

2001-12-05 Thread Matt McClanahan
On Fri, Aug 17, 2001 at 05:40:07PM +0200, Jan wrote: > Hi out there! > > I have got a problem with PHP's standard way of reporting errors. The > in the error messages are making the XML invalid (should be > ). Is there an easy way to do this? This was done in CVS a few months ago. It should b

Re: [PHP] XHTML compatible error messages

2001-08-17 Thread Jan
"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 compati

RE: [PHP] XHTML compatible error messages

2001-08-17 Thread Jon Haworth
PROTECTED]] Sent: 17 August 2001 16:44 To: Jan Cc: [EMAIL PROTECTED] Subject: Re: [PHP] XHTML compatible error messages $string = "Hello everyone!How are you today?"; $result = str_replace("", ", "$string"); -- Tyler Longren Captain Jack Communications [EMAIL P

Re: [PHP] XHTML compatible error messages

2001-08-17 Thread Tyler Longren
$string = "Hello everyone!How are you today?"; $result = str_replace("", ", "$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 s