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

Atom "feed/entry/title" Element
What is the Atom "feed/entry/title" element? How To Generate a "feed/entry/title" element? The &lt;title&gt; element is a required sub-element of the &lt;entry&gt; element. The title element should contain a short but human readable title of the feed entry. You should follow the same...
2017-11-25, 1342🔥, 0💬

FYIcenter JSON Validator and Formatter
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text string and converts it to a pretty format.
2017-11-25, 3333🔥, 2💬

💬 2017-11-25 Eric: Agree.

💬 2017-08-13 Neil: Not too bad!

Use '@(...)' Expressions in XML Attributes
When using "@(...)" expressions in XML attributes as part of an policy statement, do I need to worry about string quotations? If you are using a "@(...)" expression in XML attributes as part of an policy statement, and string literals are used in the "@(...)" expression, the syntax of the final poli...
2017-11-12, 2310🔥, 0💬

Use &amp;amp; in '@(...)' Expressions
How to enter &amp;amp; entity in '@(...)' expressions? If you want to enter the &amp;amp; sequence in a '@(...)' expressions, you must enter it as &amp;amp;amp;. This is because all XML entities will be decoded immediately, when Azure process the policy XML document. For example, the fol...
2017-11-12, 2283🔥, 0💬

Use &amp; Sign in '@(...)' Expressions
How to enter &amp; sign in '@(...)' expressions? &amp; signs can be entered in '@(...)' expressions directly. For example, the following "set-variable" policy statement uses a "@(...)" expression that contains a &amp; sign: &lt;set-variable name="name" value="@("John &amp; Sons")...
2017-11-12, 2264🔥, 0💬

Use &lt; Sign in '@(...)' Expressions
How to enter &lt; sign in '@(...)' expressions? &lt; signs can be entered in '@(...)' expressions directly. For example, the following "set-variable" policy statement uses a "@(...)" expression that contains a &lt; sign as the Boolean operator: &lt;set-variable name="isTrue" value="@...
2017-11-12, 2219🔥, 0💬

'xml-to-json' on Invalid XML
What will happen if "xml-to-json" policy statement is applied on an invalid XML document? If you apply the "xml-to-json" policy statement on the request or response body that has an invalid XML document, you will not receive any errors. What you will get is a string that looks like a corrupted XML d...
2017-11-12, 1875🔥, 0💬

RSS "channel/textInput" Element
What is the RSS "channel/textInput" element? The RSS "channel/textInput" element is an optional sub element of the "channel" element to specify a text input box that can be used to send data back to the channel. The RSS "channel/textInput" element contains the following sub elements. title - REQUIRE...
2017-11-11, 1666🔥, 0💬

RSS "channel" Element
What is the RSS "channel" element? The RSS "channel" element presents a group of RSS feed items generated by the same producer. The RSS "channel" element contains the following sub elements. title - REQUIRED. The name of your Website, if you are producing this RSS feed. For example: &lt;title&am...
2017-11-11, 1611🔥, 0💬

RSS "channel/item" Element
What is the RSS "channel/item" element? The RSS "channel/item" element is an optional sub element of the "channel" element to specify a news item of this RSS feed. The RSS "channel/item" element contains the following sub elements. title - REQUIRED, if "description" is not specified. The title of th...
2017-11-11, 1530🔥, 0💬

RSS "channel/image" Element
What is the RSS "channel/image" element? The RSS "channel/image" element is an optional sub element of the "channel" element to specify a GIF, JPEG or PNG image that can be displayed with the channel. The RSS "channel/image" element contains the following sub elements. url - REQUIRED. The URL of a G...
2017-11-11, 1442🔥, 0💬

RSS Document Structure
What Is the RSS Document Structure? An RSS 2.0 Document is an XML document with the following structure: &lt;rss version="2.0"&gt; &lt;channel&gt; &lt;title&gt;...&l t;/title&gt;&lt;link&gt;...&lt ;/link&gt;&lt;description&gt;... &lt;/descri...
2017-11-11, 1442🔥, 0💬

RSS 2.0 XML Schema at codeplex.com
Where Can I get a copy of the RSS XML Schema? RSS XML Schema is an XML Schema that defines how an RSS XML document should be generated. If you are interested to know how to use an RSS XML Schema to generate RSS XML documents in C# language, you can look at the source code of "RSS 2.0 Schema" project...
2017-11-05, 2919🔥, 0💬

HTML Tags in RSS "channel/item/description"
How to enter HTML Tags in RSS "channel/item/description"? In most cases, the "channel/item/description" XML element should contain a text string describing the RSS feed item without HTML tags. But sometimes, you would like to include HTML tags in the "channel/item/description" XML element, to provid...
2017-11-05, 2768🔥, 0💬

Protect XML Special Characters in RSS Feeds
How to protect XML Special Characters in RSS Feeds? An RSS document is an XML document. And there 3 primary XML special characters you need to protect them, if you are using them in your RSS element contents: "&lt;" - Used to indicate the start of an XML element tag. It needs to be protected usi...
2017-11-05, 2479🔥, 0💬

Using RSS Tools
Where to find tutorials on Using RSS Tools? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using RSS Tools: RSS Online Validator at w3.org RSS Validation Errors at w3.org View RSS Feeds with IE (Internet Explorer) Subscribe to RSS Feeds with I...
2017-11-05, 1461🔥, 0💬

View RSS Feeds with Chrome Extension
How to View RSS Feeds with Google Chrome? I have the "RSS Subscription Extension" installed. If you have the "RSS Subscription Extension" installed. you can follow this tutorial to view RSS Feeds: 1. Launch Google Chrome 60. 2. Enter the following in the URL input box: http://dev.fyicenter.com/rss_x ...
2017-11-02, 2054🔥, 0💬

View RSS Feeds with Mozilla Firefox
How to View RSS Feeds with Mozilla Firefox? If you want to view RSS Feeds with Mozilla Firefox, you can follow this tutorial: 1. Launch Mozilla Firefox 55. 2. Enter the following in the URL input box: http://dev.fyicenter.com/rss_x ml.php3. Press "Enter" key. You see the RSS feed items displayed in ...
2017-11-02, 1691🔥, 0💬

Introduction of Atom
Where to find tutorials in understanding what is Atom? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in understanding what is Atom. What Is Atom Syndication Format Real Atom XML Examples Icon for Atom Syndication MIME Type Definition for Atom Fi...
2017-11-02, 1605🔥, 0💬

What Is Atom Syndication Format
What Is RSS Syndication Format? Atom Syndication Format is a type of Web syndication or feed in XML format which allows users to access updates of a Website in a standardized format. The Atom Syndication Format was issued as a Proposed Standard in IETF RFC 4287 in December 2005 . Atom feeds are comp...
2017-11-02, 1545🔥, 0💬

Download Atom Specification - RFC 4287
How to download Atom Specification - RFC 4287? You can follow this tutorial to download Atom specification - RFC 4287: 1. Go to RFC 4287 - The Atom Syndication Format page. 2. Use the browser "Save As" function to save a copy to your computer.   ⇒ Differences between RSS 2.0 and Atom 1.0 ⇐ Firefox ...
2017-11-02, 1487🔥, 0💬

Policy to Set and Get Custom Variables
How to write a policy to set and get custom variables? Here is a policy that sets and gets custom variables: &lt;!-- Set-Get-Variable-Policy.xml Copyright (c) FYIcenter.com --&gt; &lt;policies&gt; &lt;inbound&gt; &lt;set-variable name="version" value="1.11" /&gt; &...
2017-10-23, 2752🔥, 0💬

Azure API Policy Examples
Where to find examples of API policy for Azure API Management Services at Azure Portal? Here is a list of examples of API policy for Azure API Management Services at Azure Portal: The Default Policy Policy to Echo the Request Body Only Policy to Set and Get Custom Variables   ⇒ The Default Policy ⇐...
2017-10-23, 1585🔥, 0💬

Policy to Echo the Request Body Only
How to write a policy to echo the request body only? Here is a policy that echoes the request body only: &lt;!-- Echo-Policy.xml Copyright (c) FYIcenter.com --&gt; &lt;policies&gt; &lt;inbound&gt; &lt;/inbound&gt; &lt;backend&gt; &lt;/backend&gt; &...
2017-10-23, 1538🔥, 0💬

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