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