<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello everybody !</p>
    <p>Do you think it is possible to insert a page text variable in a
      RSS feed ?</p>
    <p> I saw that it is possible with page variables, like this :</p>
    <p><code class="escaped">$FeedFmt['rss']['item']['title'] =
        '{$Title}';</code></p>
    <p>But I would like to have something like that :</p>
    <p><code class="escaped">$FeedFmt['rss']['item']['title'] =
        '{$:var}';</code></p>
    <p>So I tried to create a php variable with this :</p>
    <p><code>$var=PageVar(<a class="varlink"
          href="https://www.pmwiki.org/wiki/PmWiki/BasicVariables#pagename"><code
            class="varlink">$pagename</code></a>,'$:var')</code></p>
    <p>But this code doesn't work.</p>
    <p><code class="escaped">$FeedFmt['rss']['item']['title'] =
        '{$var}';</code></p>
    <p>Nothing in "output feed" (sorry for my awful english !).<br>
    </p>
    <p>Someone have an idea ?</p>
    <p>Thanks for your answers.</p>
    <p>Benjamin<br>
    </p>
    <p><br>
    </p>
  </body>
</html>