Hi, On 10/19/07, Chris Mattmann <[EMAIL PROTECTED]> wrote: > The most general solution would be to create a "text/csv" mime type (or > alternatively " text/comma-separated-values"), and have it subclass > text/plain, [...]
Agreed, that is the best solution. However, for that to be useful we need to implement type hierarchy resolution AutoDetectParser (or wherever needed) so that a text/csv file can be parsed even if just a text/plain parser is available. BR, Jukka Zitting
