Re: 11.5: why submission/@separator?

Micah Dubinko <MDubinko@cardiff.com> writes:

> While researching this, I found that section 3.3 lists the attribute as:
> 
> separator (';' | '&')
> 
> In other words, only two possible choices.
> 
> also, the XML Schema defines it as
> 
>        <xsd:attribute name="separator" use="optional" default=";">
>          <xsd:simpleType>
>            <xsd:restriction base="xsd:string">
>              <xsd:enumeration value=";" />
>              <xsd:enumeration value="&amp;" />
>            </xsd:restriction>
>          </xsd:simpleType>
>        </xsd:attribute>
> 
> Is this sufficient?

Yes, thanks.  I somehow missed that when I was
looking through the spec.

Received on Friday, 6 September 2002 16:12:51 UTC