Take this file:

<?xml version="1.0" encoding="utf-8" ?>
<foo>
<? echo "bar"; ?>
</foo>

and run it through xmllint.

Can we now stop this discussion and revert this patch?


Take this file:

<?xml version="1.0" encoding="utf-8" ?>
<foo>
<?php echo "<bar>"; ?>
</foo>

and run it through your xmllint.

Passes right? Does that mean its valid xml/xhtml on the flip side? No, it wont pass.

Is XML Spec compliancy a goal of the PHP Project?

-ralph


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

Reply via email to