Tools, FAQ, Tutorials:
Atom "feed/entry/title" Element
What is the Atom "feed/entry/title" element? How To Generate a "feed/entry/title" element?
✍: FYIcenter.com
The <title> element is a required sub-element of the <entry> element.
The title element should contain a short but human readable title of the feed entry.
You should follow the same rules on Web page title elements to generate your Atom feed entry title elements.
One strategy is to use the same title as the Web page that your Atom feed entry is based on. For example, if one of your page is included as an entry in your Atom feed document, and that page has a title called: "Atom Feed Introduction and File Generation". Now you want to generate an Atom feed for that Web page. Obviously, you should the same title as that page:
<title>Atom Feed Introduction and File Generation</title>
Â
⇒Atom Specification - RFC 4287
⇒⇒RSS FAQ and Tutorials
2017-11-25, 1090👍, 0💬
Popular Posts:
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
How to create a new API on the Publisher Portal 2017 version of an Azure API Management Service? If ...
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
How to add request query string Parameters to my Azure API operation 2017 version to make it more us...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...