format_rss_channel
Related topics
| Name | Description |
|---|---|
| Formatting | Functions to format numbers, strings, dates, etc. |
Functions that call format_rss_channel()
| Name | Location | Description |
|---|---|---|
| format_rss_channel | includes/common.inc | Formats an RSS channel. |
| node_feed | modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| theme_aggregator_page_rss | modules/aggregator/aggregator.pages.inc | Theme the RSS output. |
Functions called by format_rss_channel()
| Name | Location | Description |
|---|---|---|
| check_plain | includes/bootstrap.inc | Encode special characters in a plain-text string for display as HTML. |
| check_url | includes/common.inc | Prepare a URL for use in an HTML attribute. Strips harmful protocols. |
| decode_entities | includes/unicode.inc | Decode all HTML entities (including numerical ones) to regular UTF-8 bytes. Double-escaped entities will only be decoded once ("&lt;" becomes "<", not "<"). |
| format_rss_channel | includes/common.inc | Formats an RSS channel. |
| format_xml_elements | includes/common.inc | Format XML elements. |
