On 6/2/06, Joe Gregorio <[EMAIL PROTECTED]> wrote:
And from RFC 2616:Accept = "Accept" ":" #( media-range [ accept-params ] ) media-range = ( "*/*" | ( type "/" "*" ) | ( type "/" subtype ) ) *( ";" parameter ) accept-params = ";" "q" "=" qvalue *( accept-extension ) accept-extension = ";" token [ "=" ( token | quoted-string ) ] Note that the q parameter is defined as part of 'media-range'.
Oops, that should be: """Note that the q parameter is NOT defined as part of 'media-range'.""" -joe -- Joe Gregorio http://bitworking.org
