ietf-822
[Top] [All Lists]

Re: Finishing the XML-tagging discussion

2000-03-20 11:33:12
Could you please explain in detail what gets broken here?

if you want an expression that matches anything ending in -xml, 
as far as I can tell, existing http accept header semantics,
and existing conneg expressions, are not sufficient to recognize that.

if you want it to be more general and anticipate the possibility
of multiple frobs (not just -xml) then you need something like
a regular expression matching capability 
(so you can look for things like "-xml(-|$)" )

Keith