Re: [xml-dev] Six Reasons Not to use XML Attributes
> 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