Caught by Robert Byrne and posted to sbml-interoperability on 2010 April 20: the examples of <notes> elements on p. 159 use
<notes>
<html xhtml="http://www.w3.org/1999/xhtml">
...
when in fact they should use
<notes>
<html xmlns="http://www.w3.org/1999/xhtml">
...
I'm filing this report on his behalf. The fix is to change p.158 to use the correct namespace declaration syntax, as shown in the second snippet above.
MH
I agree with the proposed change and that it should be done.
I agree with the proposed change and that it should be done.
I agree with the proposed change and that it should be done.
I agree with the proposed change and that it should be done.
I agree with the proposed change and that it should be done.
I am accepting this issue as valid.
I agree with the proposed change and that it should be done.
Fixed in SVN for L2v5, and will be part of the forthcoming release of that specification.