yikuang / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

Draft protocol spec: RELAX NG wavelet update element should be repeated #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Draft protocol spec, appendix A: 

          element wavesrv:wavelet-update {
            attribute wavelet-name { xsd:string },
            element wavesrv:applied-delta { text }*,
            commit-notice?
          }

Should be:

          element wavesrv:wavelet-update {
            attribute wavelet-name { xsd:string },
            element wavesrv:applied-delta { text }*,
            commit-notice?
          } *

Original issue reported on code.google.com by btkalman@gmail.com on 11 Sep 2009 at 3:49

GoogleCodeExporter commented 9 years ago
Fixed in 7d092129ba 

Original comment by joe.gregorio@gmail.com on 17 Mar 2010 at 1:19