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 "feed/entry/summary" Element
⇐ Atom "feed/entry/link" Element
2017-11-25, ∼1930🔥, 0💬
Popular Posts:
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an onl...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
How To Move Uploaded Files To Permanent Directory in PHP? PHP stores uploaded files in a temporary d...