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, 1514🔥, 0💬
Popular Posts:
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...
How to attach console to a Running Container using the "docker container exec" command? I want to ge...
How to build a test service operation to dump everything from the "context.Request" object in the re...
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...