[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Six Reasons Not to use XML Attributes
- From: Andrew Welch <andrew.j.welch@gmail.com>
- To: "Costello, Roger L." <costello@mitre.org>
- Date: Fri, 2 Mar 2012 14:15:17 +0000
> 2. Avoiding XML attributes makes your language simpler.
It really doesn't, it makes it bulkier and more annoying to process.
<thing type="A">
vs
<thing>
<type>A</type>
When processing <thing> you need to look ahead to determine how to process it.
--
Andrew Welch
http://andrewjwelch.com
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]