[ros-dev] Re: [ros-diffs] [royce] 13129: added 'first' attribute to <file>

d_layer dome at koganet.ne.jp
Wed Jan 19 18:52:51 CET 2005


royce at 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



More information about the Ros-dev mailing list