Tim Lucas writes:
east spoke the following wise words on 4/05/2004 10:27 PM EST:With a miminmal amount of PHP effort this is possible, and I have done it on my personal website, and written about it here: http://eastsdomain.com/43.
If you're going to do this you better be damned sure that your markup is kosher. You might want to check out the following link:
http://eastsdomain.com/site/gallery/
If you don't need to serve valid XML, and you can not systematically serve well formed XML documents, then I recommend sticking with a less strict data format (such as XHTML transitional).
XML is a strict data format and, like most, can't reliably be written by hand without some level of QA.
There are many advantages to serving XML but you *have* to do it properly. If you've told the browser you're sending XML and you don't then it's no better than sending it a PDF when it's been told its receiving a ZIP.
-- tim lucas
www.toolmantim.com
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
