royce(a)svn.reactos.com wrote:
added 'first' attribute to <file>
Modified: branches/xmlbuildsystem/reactos/ntoskrnl/ntoskrnl.xml
...
+ <file first>multiboot.S</file>
According to the XML spec, all attributes must have a value. [1]
So, the above line must be written like this:
<file first="true">multiboot.S</file>
[1]
http://www.w3.org/TR/REC-xml/#NT-Attribute