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: [relax-ng] Another bug in relaxng.rng


There's another bug in relaxng.rng: it doesn't allow ref and parentRef to
have foreign child elements.  The fix is:

***************
*** 72,83 ****
--- 72,85 ----
            <data type="NCName"/>
          </attribute>
          <ref name="common-atts"/>
+         <ref name="other"/>
        </element>
        <element name="parentRef">
          <attribute name="name">
            <data type="NCName"/>
          </attribute>
          <ref name="common-atts"/>
+         <ref name="other"/>
        </element>
        <element name="empty">
          <ref name="common-atts"/>





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


Powered by eList eXpress LLC