Content Namespace Reference
The Content namespace allows RSS and RDF feeds to include full content alongside or instead of summaries. It provides a way to embed complete articles or posts within feed items.
Namespace URI | http://purl.org/rss/1.0/modules/content/ |
---|---|
Specification | RSS 1.0 Content Module |
Prefix | <content:*> |
Available in | RSS, RDF |
Property | content |
Types
ts
export type Item = {
encoded?: string
// Spec (https://web.resource.org/rss/1.0/modules/content/) also mentions content:items,
// but it is not clear what it is used for. Also, it's not widely used so its implementation
// will be skipped for now. If it's requested in the future, it can be added here.
}
Related
- Parsing Namespaces - How namespace parsing works