Hi,
Yes our own (Mobileread) Wiki for xpgt has the following:
Code:
application/adobe-page-template+xml
as the media-type. But other links seems to use:
Code:
application/vnd.adobe-page-template+xml
The official registrar of media-types
http://www.iana.org/assignments/medi...ia-types.xhtml does NOT list it in either form so there is no official media-type (as of October 5th of this year).
So we should probably support both.
KevinH
Quote:
Originally Posted by DiapDealer
It looks to me that the new Sigil code that recognizes text_types (which allows the editing of page-maps, xpgts, and other xml files) is only looking for:
Code:
application/adobe-page-template+xml
If the vnd prefix is common, we'll probably have to add it as well.
|