Re: is <?= good?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6/12/2010 12:34 AM, tedd wrote:
At 2:19 PM -0700 6/11/10, Daevid Vincent wrote:
EVERY other tag in an XML document is just straight up "html" :

Just curious -- like html tags:

<hr>
<br>

Or do you have to change them to:

<hr />
<br />

How does XML handle those tags?

Cheers,

tedd


If they have no content, you should use <hr /> tags, otherwise use the full open and close tags around the content. <title>CONTENT</title>

--
Kind regards,
Ahmed Mohsen.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux