OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

relax-ng message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: [relax-ng] Agreed errata



> http://www.asahi-net.or.jp/~eb2m-mrt/errata/compatibility-errata.html

I would prefer "descendant" to "directly-or-indirectly subordinate". 
(Elsewhere in the spec we use the term "ancestor", and "descendant" is the 
natural term to use for the inverse of "ancestor".)

> http://www.asahi-net.or.jp/~eb2m-mrt/errata/spec-errata.html

In E1, there is a extra space between "In the example" and the comma.

> http://www.asahi-net.or.jp/~eb2m-mrt/errata/tutorial-errata.html
>

> James and I have not figured out the actual text for the erratum in
> the tutorial.

How about the following?

Replace
            <interleave>
              <text/>
              <optional>
                <element name="span">
                  <attribute name="class">
                    <value>givenName</value>
                  </attribute>
                  <text/>
                </element>
              </optional>
              <optional>
                <element name="span">
                  <attribute name="class">
                    <value>familyName</value>
                  </attribute>
                  <text/>
                </element>
              </optional>
            </interleave>

by
            <mixed>
              <optional>
                <element name="span">
                  <attribute name="class">
                    <value>givenName</value>
                  </attribute>
                  <text/>
                </element>
              </optional>
              <optional>
                <element name="span">
                  <attribute name="class">
                    <value>familyName</value>
                  </attribute>
                  <text/>
                </element>
              </optional>
            </mixed>


(This constrains the givenName to occur before the familyName.  The example 
in Section 2 also imposes this constraint.)

James



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC