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="&" /> > </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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 3 October 2007 16:01:50 GMT