node-rss icon indicating copy to clipboard operation
node-rss copied to clipboard

I added the namespace xmlns:mi

Open yannicksaratoga opened this issue 7 years ago • 0 comments

As per MSN specification for the mRSS extension, it is required to have RSS elements such as: mi:hasSyndicationRights1</mi:hasSyndicationRights> mi:licenseId698525</mi:licenseId> mi:licensorNameLicensor name</mi:licensorName> mi:dateTimeWritten2016-01-10T10:00:00+0100</mi:dateTimeWritten>. So I extended the list of attributes of the namespace of this library to accept elements in form of "mi: "

yannicksaratoga avatar Sep 29 '17 12:09 yannicksaratoga