Typo in RFC3253, section 3.1.4

Says:

<!ELEMENT supported-live-property-set (supported-live-property*)>
<!ELEMENT supported-live-property name>
<!ELEMENT prop ANY>
ANY value: a property element type

So looking at the last (submitted draft), this should be:

<!ELEMENT supported-live-property-set (supported-live-property*)>
<!ELEMENT supported-live-property prop>
<!ELEMENT prop ANY>
ANY value: a property element type

Correct?

Received on Monday, 22 April 2002 10:44:40 UTC