<?xml version="1.0" encoding="UTF-8"?>
<!--
  Christy Kohnle Music — Songs RSS Feed
  ======================================
  This feed exists for ONE job: letting Mailchimp's "RSS to Email"
  automation know when a new song has been added, so it can send the
  announcement automatically — you don't manually write or send it.

  HOW TO USE IT:
  In Mailchimp: Campaigns → Create → Automated → "RSS to Email",
  paste this file's live URL (once uploaded, e.g.
  https://christykohnlemusic.com/feed.xml), and set how often Mailchimp
  checks it (daily is plenty). Design the email once using RSS merge
  tags (*|RSSITEM:TITLE|*, *|RSSITEM:URL|*, *|RSSITEM:CONTENT|*) and
  Mailchimp will refill those automatically from whatever is newest
  in this file — you never touch that email again.

  HOW IT STAYS CURRENT:
  Whenever a new song is added to songs.html, a matching <item> gets
  added below with today's date. If I'm the one adding the song, I'll
  update this file in the same pass. If you add one yourself, just
  duplicate an <item> block, fill in the new details, and put it at
  the TOP of the list (Mailchimp reads newest-first).
-->
<rss version="2.0">
  <channel>
    <title>Christy Kohnle Music — New Songs</title>
    <link>https://www.youtube.com/@ChristyKohnleMusic</link>
    <description>New free sheet music releases from Christy Kohnle Music.</description>
    <language>en-us</language>

    <!-- Newest item goes at the top. pubDate format must stay RFC-822 style. -->

    <item>
      <title>Song Title</title>
      <link>https://ChristyKohnle.com/songs.html</link>
      <description>A new song is now available to watch and download for free.</description>
      <pubDate>Mon, 01 Sep 2025 09:00:00 -0400</pubDate>
      <guid isPermaLink="false">song-title-2025-09-01</guid>
    </item>

    <item>
      <title>In Remembrance</title>
      <link>https://ChristyKohnle.com/songs.html</link>
      <description>Music &amp; verses 1&amp;2 adapted from 1 Corinthians 11:24-25, verse 3 words by Christy Kohnle — now available to watch and download for free.</description>
      <pubDate>Sun, 01 Jun 2025 09:00:00 -0400</pubDate>
      <guid isPermaLink="false">in-remembrance-2025-06-01</guid>
    </item>

    <item>
      <title>New Life</title>
      <link>https://ChristyKohnle.com/songs.html</link>
      <description>Words by Christy Kohnle, music by Mark Rippe — now available to watch and download for free.</description>
      <pubDate>Sat, 01 Mar 2025 09:00:00 -0400</pubDate>
      <guid isPermaLink="false">new-life-2025-03-01</guid>
    </item>

  </channel>
</rss>
