By Papayoung on
I have a module that creates an extended node type. I know how to create PHPTemplate-compatible theme templates so displaying the nodes within Drupal includes my additional data fields for a given node. But I also want to be able to deliver a customized description (which includes that extra data) via the XML feeds. I have no trouble accessing the feeds, but where and how do I control what goes into the RSS descriptions? TIA.