<< < 39 40 41 42 43 44 45 46 47 48 49 > >>   Sort: Rank

Differences between RSS 2.0 and Atom 1.0
What Are Main Differences between RSS 2.0 and Atom 1.0? Main differences between Atom 1.0 and RSS 2.0 are: Atom has separate "summary" and "content" elements, while RSS only has one "description" element. Atom standardizes auto-discovery in contrast to the many non-standard variants used with RSS 2....
2017-12-13, 2157🔥, 0💬

Install Atom Feed on Website
How To Install Atom Feed on Website to Tell Visitors That You Have Atom Syndication Feeds? There are several ways you can tell your visitors that you have Atom syndication feeds available on your Web site: Showing your syndication feed URLs as hyper links with the Atom syndication icon. Adding a &am...
2017-12-13, 1502🔥, 0💬

Firefox "live bookmark" Icon
What is the Firefox "live bookmark" Icon When it displays a Web Page that Has Atom Feeds? When you use a Firefox browser (older version) visiting a Web page that has an Atom feed define, Firefox will display a "live bookmark" icon in the status bar. You can click the "live bookmark" to add the Atom ...
2017-12-13, 1346🔥, 0💬

Link Atom Feed to Web Pages
How To Link Atom Feed to Web Pages to Tell Web Browsers That Your Web Pages Have Atom Feeds? One way to tell Web browsers that your Web pages have Atom Feed files is to add a "link" tag in the header section of your Web pages. The "link" tag defines a "link" element with 4 attributes: rel="alternate...
2017-12-13, 1333🔥, 0💬

Atom Element Types: "feed" and "entry"
What are main Atom element types? There are 2 main element types defined for Atom feed files: Atom Feed Element - Representing an Atom feed, including metadata about the feed, and some or all of the entries associated with it. Its root element is the &lt;feed&gt; element. Atom Entry Element ...
2017-12-09, 2154🔥, 0💬

Atom "feed/id" Element
What is the Atom "feed/id" element? How To Generate a "feed/id" element? The &lt;id&gt; element is a required sub-element of the &lt;feed&gt; element. The Atom specification requires that you provide a universally unique identifier for each of your feeds. So how to make this identifi...
2017-12-09, 1587🔥, 0💬

Atom Feed Files Are XML Documents
Are Atom Feed Files XML Documents? Yes. Atom feed files are XML (eXtensible Markup Language) documents. Atom feed files must be well-formed XML documents, respecting the following XML rules. The first line must be the "xml" processing instruction with "version" and "encoding" attributes. There must ...
2017-12-09, 1441🔥, 0💬

Atom "feed/title" Element
What is the Atom "feed/title" element? How To Generate a "feed/title" element? The &lt;title&gt; element is a required sub-element of the &lt;feed&gt; element. The title element should contain a short but human readable title of the feed document. You should follow the same rules on ...
2017-12-09, 1343🔥, 0💬

Atom "feed/subtitle" Element
What is the Atom "feed/subtitle" element? How To Generate a "feed/subtitle" element? The &lt;subtitle&gt; element is not a required sub-element of the &lt;feed&gt; element. But it is strongly recommended that you provide a subtitle element for each of your feed documents. You should ...
2017-12-09, 1297🔥, 0💬

FYIcenter JSON to XML Converter
FYIcenter JSON to XML Converter is an online tool that converts a JSON text string to an XML document. JSOM object property names are limited to ASCII characters only.
2017-12-05, 1157🔥, 1💬

💬 2017-12-05 Chad: Love it!

FYIcenter.com Online Tools
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter FYIcenter XML to JSON Converter
2017-12-05, 3365🔥, 0💬

'set-backend-service' Policy Statement
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-backend-service" Policy Statement is actually overriding the API setting "Web service URL" to specify the backend service base URL. For example, if you create an API with the following settings: FYIcen...
2017-12-04, 6144🔥, 0💬

'{{...}}' Liquid Codes in 'set-body' Policy Statement
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set-body" Policy Statement allows you to insert object properties of the original request in JSON format and object properties of the built-in "context" object. For example, the following "set-body" buil...
2017-12-04, 4701🔥, 0💬

'xsl-transform' Azure API Policy Statement
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows you to apply an XSL transformation to XML in the body of the inbound request or outbound response. The "xsl-transform" Policy Statement uses the following syntax: &lt;xsl-transform&gt; &lt;...
2017-12-04, 4018🔥, 0💬

Policy to Control Backend Service
Where to find tutorials on creating Policy to control backend service on Azure API Management Policy? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on creating Policy to control backend service on Azure API Management Policy. 'set-backend-servic...
2017-12-04, 1950🔥, 0💬

Atom "feed/author" Element
What is the Atom "feed/author" element? How To Generate a "feed/author" element? The &lt;author&gt; element is not a required sub-element of the &lt;feed&gt; element. However, it is required to have a feed author element, if one of the feed entries does not have an author element. Th...
2017-11-29, 1476🔥, 0💬

Atom "feed/updated" Element
What is the Atom "feed/updated" element? How To Generate a "feed/updated" element? The &lt;updated&gt; element is a required sub-element of the &lt;feed&gt; element. The Atom specification requires that you provide a data and a time of when this feed was updated. There is no problem ...
2017-11-29, 1456🔥, 0💬

Atom "feed/category" Element
What is the Atom "feed/category" element? How To Generate a "feed/category" element? The &lt;category&gt; element is not a required sub-element of the &lt;feed&gt; element. However, it is recommended to have one or more &lt;category&gt; elements to provide classifications for...
2017-11-29, 1361🔥, 0💬

Atom "feed/link" Element
What is the Atom "feed/link" element? How To Generate a "feed/link" element? The &lt;link&gt; element is not a required sub-element of the &lt;feed&gt; element. But it is strongly recommended that you provide a link element with rel="self" for each of your feed documents. The rule fo...
2017-11-29, 1245🔥, 0💬

Atom "feed/entry/link" Element
What is the Atom "feed/entry/link" element? How To Generate a "feed/entry/link" element? The &lt;link&gt; element is not a required sub-element of the &lt;entry&gt; element. But it is strongly recommended that you provide a link element with rel="alternate" for each of your feed entr...
2017-11-29, 1234🔥, 0💬

Tools to Create Atom Feed Files
Are there any tools to Create Atom Feed Files? Obviously, there are many tools to create Atom Feed files: Using Atom on-line scrapers - On-line scrapers are on-line services that can analyze your Web pages and convert the result into Atom feed files automatically. All you need to do is to provide th...
2017-11-25, 2088🔥, 0💬

DTD for Atom XML Files
Is There Any DTD File to Validate Atom Feed XML Files? A DTD (Document Type Definitions) file contains a set of definitions of XML elements and attributes to form a new XML based specification. The same DTD file can be used to validate XML files that comply with the new specification. Atom feed is a...
2017-11-25, 1610🔥, 0💬

Atom Online Validators
Are there any online Atom Validators on the Web? If you created an Atom feed file yourself, and want to know if the file meets the Atom 1.0 standards or not, you can validate your feed file using the following methods: Using the on-line validator provided by http://validator.w3.org/feed/ . Using the...
2017-11-25, 1514🔥, 0💬

Atom "feed/entry/summary" Element
What is the Atom "feed/entry/summary" element? How To Generate a "feed/entry/summary" element? The &lt;summary&gt; element is not a required sub-element of the &lt;entry&gt; element. But it is strongly recommended that you provide a summary element for each of your feed entries. You ...
2017-11-25, 1357🔥, 0💬

<< < 39 40 41 42 43 44 45 46 47 48 49 > >>   Sort: Rank