format_rss_item
Related topics
| Name | Description |
|---|---|
| Formatting | Functions to format numbers, strings, dates, etc. |
Functions that call format_rss_item()
| Name | Location | Description |
|---|---|---|
| format_rss_item | includes/common.inc | Format a single RSS item. |
| 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_item()
| 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. |
| format_rss_item | includes/common.inc | Format a single RSS item. |
| format_xml_elements | includes/common.inc | Format XML elements. |
