At 12:17 10/15/2002 +0300, Antony Dovgal wrote: >Hello Dan, > >DH> Your missing the point of my suggestion. Im not suggesting we switch it >DH> off by default, Im suggesting we *remove* the feature. >Very good. >Why not to change to "<script language="php">...</script>" then?
As long as you're aiming for XHTML compliance, you might as well do it right. The language attribute for script, doesn't exist. http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_script FWIW: -1 on the change. For somebody who never uses/has used XML, it's incomprehensible, why he/she has to type 3 extra chars every time. IF (major if) anything, make a config-option "--enable-xml-compliance" which checks/corrects a number of things (like, check apache symbols/disable short tags/enable related modules/add <?xml tag at start of doc output). Another -1, because it's a security risk, as your (legacy) sources will be sent to the client, if you're not aware of this. This may expose passwords, internal networks and what not. Met vriendelijke groeten / With kind regards, Webmaster IDG.nl Melvyn Sopacua <@Logan> I spent a minute looking at my own code by accident. <@Logan> I was thinking "What the hell is this guy doing?" -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php