-
-
Notifications
You must be signed in to change notification settings - Fork 2
dublin core metadata
Jorge Reyes edited this page Jun 3, 2015
·
2 revisions
To implement any of the 15 Dublin Core Metadata Element Set elements, you create a dcmiterm structure. The example below uses 2 of the 15 available DC elements.
<cfset rc.feed["dcmiterm"] = structNew(); />
<cfset rc.feed["dcmiterm"].creator = "Joe Blogs" />
<cfset rc.feed["dcmiterm"].publisher = "The Company" />
- Feed Reader * [RSS Syndication Format](https://github.com/ColdBox/cbox-feeds/wiki/RSS Syndication Format) * RDF Syndication Format * Atom Syndication Format * Supported Syntax and Formats
- Feed Generator
- Feed Generator Elements