Re: application/xml in MetadataService

2007-12-11 Thread Jerome Louvel
Hi Alex, I agree, the current map-based implementation is limiting. We need to change it to a more flexible structure, ideally without impacting too much the current API. I've reopened the issue: http://restlet.tigris.org/issues/show_bug.cgi?id=393 Best regards, Jerome 2007/12/10, Alex

RE: application/xml in MetadataService

2007-12-09 Thread Jerome Louvel
Alex, Sufficient to fix my current problem but the fact that it doesn't know by default what extension to given application/xml. The problem is that .xml already maps to text/xml... I would expect restlet to handle this without a custom service. Similarly, and would expect the ability

Re: application/xml in MetadataService

2007-12-06 Thread Thierry Boileau
Hello Alex, thanks for your proposition. I've entered issue #393 (http://restlet.tigris.org/issues/show_bug.cgi?id=393). best regards, Thierry Boileau On Dec 5, 2007 10:18 PM, Alex Milowski [EMAIL PROTECTED] wrote: I've noted that I can't get an extension for application/xml from the metadata

application/xml in MetadataService

2007-12-05 Thread Alex Milowski
I've noted that I can't get an extension for application/xml from the metadata service. In looking into this, the implementation (specifically, in addCommonExtensions) does not have a mapping for application/xml. Any reason? Also, maybe this could be externalized to an XML document (or whatever)