Re: ID Tracker State Update Notice: draft-ietf-opes-ocp-core

Tony Hansen <[email protected]> Thu, 02 Sep 2004 16:29:58 -0400
Newsgroups gmane.ietf.opes
Message-ID <[email protected]>
looks good to me

	Tony Hansen

Ted Hardie wrote:

>> I do not know of any *BNF that allows dynamic rules (other than via 
>> comments). Moreover, since *BNF notations vary, simply switching 
>> references will most likely not be possible. How about replacing the 
>> offending
>>
>>     data = size ":" <n>OCTET                 ; n == size
>>
>> rule with ABNF compliant
>>
>>     data = size ":" *OCTET         ; exactly size octets
>>
>> rule. This change can be done via Editor Note, I think. Would that work?
> 
> I think it could be done via an editor note, if the wg is okay with the 
> change.