On Thursday 21 June 2001 09:31, Ray Hilton wrote:

XML allows both single and double quotes for attributes, and XHTML is 
defined as XML DTD, so it allows it too.

> I don’t think that’s XHTML complient... Correct me if im wrong?
>
> -----Original Message-----
> im here to start a flamewar.
>
> dont use " then. why not use ' ?
>
>   echo "
>   <input type=\"text\" name=\"name\" value=\"$name\">
>    "
>
>   echo "
>   <input type='text' name='name' value='$name'>
>    "
> I like the second. it is proper html check it with w3.org.

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

"Never doubt that a small group of thoughtful, committed people can
change the world...
Indeed, it's the only thing that ever has."

- Margaret Mead

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to