Updated xml-model draft

I have updated the xml-model draft at
http://www.w3.org/XML/2010/01/xml-model/
with the changes I believe we approved.

I have marked each change with an ednote.

I plan to start sending email to the commentors pointing out
the changed and asking for acceptance of our resolution soon,
so please raise any issues you have with this latest draft asap.

paul

p.s.  To get IDs on the ednotes, I had to add

        <xsl:attribute name="id">
          <xsl:choose>
            <xsl:when test="@id">
              <xsl:value-of select="@id"/>
            </xsl:when>
            <xsl:otherwise>
              <xsl:value-of select="generate-id(.)"/>
            </xsl:otherwise>
          </xsl:choose>
        </xsl:attribute>

to the ednote template (on the generated table element), but
I'm not sure how to make that change to the copy at
../../../../../2002/xmlspec/html/1.13/xmlspec.xsl
If Henry or Norm can make that change, that would be great.

Received on Monday, 15 March 2010 17:34:41 UTC