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?

Ah yes, this reminds me, that format will also break XML parsers (withoutan appropriate DTD entry and validation support).
Is it possible that the scanner be modified to include <![CDATA[]]> ?

for instance

<script language="php">
<![CDATA[

]]>
</script>


Ideally should not produce and error by the PHP parser.

I can only assume that having the scanner scanner ignore <![[CDATA[ ]]> will not break anything.

Is this correct?




--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to