Tools, FAQ, Tutorials:
Atom "feed/author" Element
What is the Atom "feed/author" element? How To Generate a "feed/author" element?
✍: FYIcenter.com
The <author> element is not a required sub-element of the <feed> element.
However, it is required to have a feed author element, if one of the feed entries does not
have an author element. This requirement is to make sure that every feed entry has an author
information.
The <author> element is actually a container element, with 3 sub-elements defined as:
Â
⇒Atom Specification - RFC 4287
⇒⇒RSS FAQ and Tutorials
2017-11-29, 1206👍, 0💬
Popular Posts:
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How to access URL template parameters from "context.Request.Matched Parameters"object in Azure API P...
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...