dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: maintain.xsd (was Re: [DotGNU]pnetlib/maintain.xml)


From: S11001001
Subject: Re: maintain.xsd (was Re: [DotGNU]pnetlib/maintain.xml)
Date: Tue, 11 Jun 2002 18:45:42 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a) Gecko/20020608

Whoops, found a bug, here's a diff -c

patch < maintain_patch

--
Stephen Compall
DotGNU `Contributor' -- http://www.dotgnu.org

My views about copyright take an hour to expound, but one general
principle applies: it cannot justify denying the public important
freedoms. As Abraham Lincoln put it, "Whenever there is a conflict
between human rights and property rights, human rights must prevail."
Property rights are meant to advance human well-being, not as an
excuse to disregard it.
        -- RMS, "The GNU GPL and the American Way"
*** maintain.xsd        Tue Jun 11 02:24:18 2002
--- maintain2.xsd       Tue Jun 11 18:43:39 2002
***************
*** 31,37 ****
      <xsd:simpleType>
        <xsd:restriction base="xsd:normalizedString">
        <!-- TODO: make this more complicated -->
!       <xsd:pattern value="[A-Za-z\d]([A-Za-z\d\.]*[A-Za-z\d])?" />
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
--- 31,37 ----
      <xsd:simpleType>
        <xsd:restriction base="xsd:normalizedString">
        <!-- TODO: make this more complicated -->
!       <xsd:pattern value="[A-Za-z\d]([A-Za-z\d\.]*[A-Za-z\d])?|\*" />
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]