XML - using attributes instead of elements

wxdqz

New Member
Hello,is there considerations for subj.? because it is possible to get *the same*result in two diffrent ways, for example,<acc><usr> guest </usr><psw> qwerty </usr></acc>OR<acc usr="guest" psw="qwerty" />It clear that second is shorter :), but what about1. performance issues? Faster to work with elements or attributes?2. easier to work with ADO recordsets?3. validation facility of attribute or element text (XML Schema)?4. other ?may be about this are some articles on internet?regards,Mihails
 
Back
Top