<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>RMWorldTravel with Robert &amp; Mary Carey and Rudy Maxa</title>
    <link>https://rmworldtravel.com/podcast-feed/</link>
    <language>en-us</language>
    <copyright>&#xA9; 2026 Syndicated Solutions, Inc</copyright>
    <itunes:author>RMWorldTravel with Robert &amp; Mary Carey and Rudy Maxa</itunes:author>
    <description>
      RMWorldTravel with Robert &amp; Mary Carey and Rudy Maxa is America's #1 Travel Radio Show.  Rudy Maxa and Robert and Mary Carey, often referred to on-air as the Travel Trio, share the latest happenings in the world of travel, interview top industry decision makers, examine the compelling and quirky in travel, and engage with their audience in a fun, entertaining and relaxed manner.  They provide straight-forward advice and commentary, inside scoop, tips/trends and more, as they connect with the audience and skillfully cover the world of travel, culture, and its allure through modern segments, on-location remote broadcasts, on-air showcasing and lively banter.  Together, Rudy, Robert and Mary offer unmatched experience, unparalleled insight and unique understanding into travel, trade, tourism and the dozens of related industries.
    </description>
    <itunes:type>serial</itunes:type>
    <itunes:owner>
      <itunes:name>Bob Carey</itunes:name>
      <itunes:email>info@rudymaxa.com</itunes:email>
    </itunes:owner>
    <itunes:image
      href="https://rmworldtravel.com/feed/rudy-podcast.jpg"
    />
    <itunes:category text="Society &amp; Culture">
      <itunes:category text="Places &amp; Travel"/>
    </itunes:category>
    <itunes:explicit>false</itunes:explicit>
<? // WP_Query arguments
$args = array(
	'post_type' => array( 'podcast' ),
	'posts_per_page' => '-1',
);

// The Query
$query = new WP_Query( $args );

// The Loop
if ( $query->have_posts() ) {
	while ( $query->have_posts() ) {
		$query->the_post();?>
<item>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:title>Podcast Feed - </itunes:title>
      <description>
          <![CDATA[]]>
      </description>
      <enclosure 
        type="audio/mpeg" 
        url=""
      />
      <pubDate></pubDate>
      <itunes:explicit>false</itunes:explicit>
</item>
<item>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:title>Podcast Feed - </itunes:title>
      <description>
          <![CDATA[]]>
      </description>
      <enclosure 
        type="audio/mpeg" 
        url=""
      />
      <pubDate></pubDate>
      <itunes:explicit>false</itunes:explicit>
</item>
	<?}
} else {
}
wp_reset_postdata(); ?>
  </channel>
</rss>