Post-Platform Digital Publishing Toolkit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
guides:rss [2025/02/19 20:57] wgpguides:rss [2025/02/22 14:47] (current) ipek
Line 86: Line 86:
  
 An example of a RSS.xml file:\\  An example of a RSS.xml file:\\ 
-{{: rss_file_example.png?400|}}+<code><?xml version="1.0" encoding="UTF-8" ?
 +<rss version="2.0"> 
 + 
 +<channel> 
 +  <title>My Title</title> 
 +  <link>https://mywebsite.com</link> 
 +  <description>My Description</description> 
 + 
 +  
 +  <item> 
 +    <title>Title of the Entry</title> 
 +    <link>Link of the Entry</link> 
 +    <description> 
 + 
 +<![CDATA[    <img src=“Image Link">    
 + 
 +      My Text here  ]]>  </description> 
 + </item> 
 + 
 + 
 +  <item> 
 +    <title>Title of the Entry</title> 
 + 
 +    <link>Link of the Entry</link> 
 +     
 + 
 +<description> 
 + 
 + <![CDATA[    <img src=“Image Link">    
 + 
 +My text <p>  
 + 
 +My text 
 +        
 + ]]>  
 +</description> 
 + 
 +  </item> 
 +</channel> 
 + 
 +</rss> 
 +</code>
guides/rss.1739998656.txt.gz · Last modified: 2025/02/19 20:57 by wgp