Hassan Schroeder wrote:

Also, consider the refactoring pain if -- when! -- you might need
to increase the granularity of your data --

is: <credit>Mark Twain</credit>

suddenly needs to be:
     <credit>
    <author>
          <firstname>Mark</firstname>
          <lastname>Twain</lastname>
       </author>
       <editor>
          <firstname>...</firstname>
   ... etc.

Much easier to work with elements in that case :-)

Absolutely! Attributes really only work for "atomic" data that you'll never want to split up any further.

--
Patrick H. Lauke
__________________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__________________________________________________________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__________________________________________________________
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to