royce@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
d_layer wrote:
royce@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>
I had found evidence to the contrary, but will look into it again.