I am recieving an xml error of 
Entity, EntityRef, PI, Notation names, or NMToken cannot contain a colon.
Line 36, Position 16 

<?IS10744:arch xhtml
---------------^


with the following code

use CGI;
use strict;
 
my $q = new CGI;

print $q->header( "text/plain" ),
$q->start_html ( -title => "the time"),


$q->end_html;



I took this straight from oriely's cgi programming with perl.  

thanks in advance
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to