Re: Perl html or xml

2005-01-23 Thread Chris Devers
On Sun, 23 Jan 2005, Jerry Preston wrote: > I was sending a web page and it showed it's self as ".xml". When I look > at the source code of my Perl CGI script the first lines are: > > >PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > > Why XML? XHTML 1.0 is, in most ways, identic

Re: Perl html or xml

2005-01-23 Thread Ing. Branislav Gerzo
Jerry Preston [JP], on Sunday, January 23, 2005 at 02:17 (-0600) wrote: read CGI documentation: -no_xhtml By default, CGI.pm versions 2.69 and higher emit XHTML (http://www.w3.org/TR/xhtml1/). The -no_xhtml pragma disables this feature. -- ...m8s, cu l8r, Brano. [Putting out the fire with

RE: Perl html or xml

2005-01-23 Thread Jerry Preston
Why when sending the page, the file name is not ".html" or "xxx.htm"? Thanks, Jerry -Original Message- From: Jerry Preston [mailto:[EMAIL PROTECTED] Sent: Sunday, January 23, 2005 1:55 AM To: 'Perl Beginners' Subject: Perl html or xml Hi! I was sending a web page and it showed it