format_rss_channel

Related topics

Namesort iconDescription
FormattingFunctions to format numbers, strings, dates, etc.

Functions that call format_rss_channel()

Namesort iconLocationDescription
format_rss_channelincludes/common.incFormats an RSS channel.
node_feedmodules/node/node.moduleA generic function for generating RSS feeds from a set of nodes.
theme_aggregator_page_rssmodules/aggregator/aggregator.pages.incTheme the RSS output.

Functions called by format_rss_channel()

Namesort iconLocationDescription
check_plainincludes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
check_urlincludes/common.incPrepare a URL for use in an HTML attribute. Strips harmful protocols.
decode_entitiesincludes/unicode.incDecode all HTML entities (including numerical ones) to regular UTF-8 bytes. Double-escaped entities will only be decoded once ("&amp;lt;" becomes "&lt;", not "<").
format_rss_channelincludes/common.incFormats an RSS channel.
format_xml_elementsincludes/common.incFormat XML elements.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.