<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Copying Chart to Clipboard</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Copying Chart to Clipboard]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 14:40:06 +0000</pubDate>
  <lastBuildDate>Wed, 22 Feb 2012 09:45:51 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=19447</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Copying Chart to Clipboard :    I figured out how to do...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67675&amp;title=copying-chart-to-clipboard#67675</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7309">ChristineK</a><br /><strong>Subject:</strong> 19447<br /><strong>Posted:</strong> 22 February 2012 at 9:45am<br /><br />I figured out how to do this on my own. Here's the function I wrote:<div><font size="2" face="C&#111;nsolas"><font face="Verdana"></font>&nbsp;</div><div><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font size="3"><font face="Calibri">void MyClass::OnCopyToClipboardChart()<?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font size="3"><font face="Calibri">{<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>// Get the size of the chartrectangle<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>CRect rect;<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>m_chartControl1.GetClientRect(rect);<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font size="3"><font face="Calibri"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>rect.NormalizeRect();<span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp; </span><o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>if(rect.IsRectEmpty() ||rect.IsRectNull())<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font size="3"><font face="Calibri"><span style="mso-tab-count: 2;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>return;<span style="mso-tab-count: 1;">&nbsp; </span><o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><o:p><font size="3" face="Calibri">&nbsp;</font></o:p></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>// get the chart's devicecontext<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>CDC *pDc =m_chartControl1.GetWindowDC();<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>CDC memDc;<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>if(!memDc.CreateCompatibleDC(pDc))<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 2;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>return;<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><o:p><font size="3" face="Calibri">&nbsp;</font></o:p></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>// create a bitmap of thechart's current state<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>CBitmap bitmap;<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>if(!bitmap.CreateCompatibleBitmap(pDc,rect.Width(), rect.Height()))<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 2;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>return;<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>CBitmap* pOldBitmap =memDc.SelectObject(&amp;bitmap);<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font size="3"><font face="Calibri"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>memDc.BitBlt(0,0,rect.Width(),rect.Height(),pDc,rect.left,<span style="mso-spacerun: yes;">&nbsp; </span>rect.top ,SRCCOPY );<span style="mso-tab-count: 2;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>if(OpenClipboard())<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>{<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 2;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>// emptyclipboard data<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 2;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>EmptyClipboard();<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 2;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>// put the chartbitmap on the clipboard<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 2;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>SetClipboardData(CF_BITMAP,bitmap.GetSafeHandle());<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 2;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>CloseClipboard();<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>}<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><p style="margin: 0in 0in 0pt;" ="Ms&#111;normal"><font face="Calibri"><font size="3"><span style="mso-tab-count: 1;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>memDc.SelectObject(pOldBitmap);<o:p></o:p></font></font></p><font size="3" face="Times New Roman"></font><span style='line-height: 115%; font-family: "Calibri","sans-serif"; font-size: 11pt; mso-fareast-font-family: Calibri; mso-bidi-font-family: "Times New Roman"; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA;'>}</span></font><font size="2" face="C&#111;nsolas"><font size="2" face="C&#111;nsolas"></font></font></div>]]>
   </description>
   <pubDate>Wed, 22 Feb 2012 09:45:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67675&amp;title=copying-chart-to-clipboard#67675</guid>
  </item> 
  <item>
   <title><![CDATA[Copying Chart to Clipboard : I accomplished this by using an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67673&amp;title=copying-chart-to-clipboard#67673</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6401">Arnoutdv</a><br /><strong>Subject:</strong> 19447<br /><strong>Posted:</strong> 22 February 2012 at 9:38am<br /><br />I accomplished this by using an invisible picture control on the form.<div><br></div><div>The Visible property is set to False</div><div>The AutoRedraw property is set to True</div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>Private Sub ChartToClipBoard()</div><div>&nbsp; picChartClipBoard.Width = theChart.Width</div><div>&nbsp; picChartClipBoard.Height = theChart.Height</div><div>&nbsp; theChart.PrintToDC picChartClipBoard.hdc, -1, -1, theChart.Width / Screen.TwipsPerPixelX, theChart.Height / Screen.TwipsPerPixelY</div><div>&nbsp; Clipboard.Clear</div><div>&nbsp; Clipboard.SetData picChartClipBoard.Image, vbCFBitmap</div><div>End Sub</div></div><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Wed, 22 Feb 2012 09:38:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67673&amp;title=copying-chart-to-clipboard#67673</guid>
  </item> 
  <item>
   <title><![CDATA[Copying Chart to Clipboard :   Why don&amp;#039;t you post here...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67672&amp;title=copying-chart-to-clipboard#67672</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 19447<br /><strong>Posted:</strong> 22 February 2012 at 9:19am<br /><br />Why don't you post here the code? because I also need this.]]>
   </description>
   <pubDate>Wed, 22 Feb 2012 09:19:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67672&amp;title=copying-chart-to-clipboard#67672</guid>
  </item> 
  <item>
   <title><![CDATA[Copying Chart to Clipboard :   I&amp;#039;m sorry...I am new...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67530&amp;title=copying-chart-to-clipboard#67530</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7309">ChristineK</a><br /><strong>Subject:</strong> 19447<br /><strong>Posted:</strong> 01 February 2012 at 10:07am<br /><br />I'm sorry...I am new to ChartPro and this message board. How do I open a ticket?]]>
   </description>
   <pubDate>Wed, 01 Feb 2012 10:07:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67530&amp;title=copying-chart-to-clipboard#67530</guid>
  </item> 
  <item>
   <title><![CDATA[Copying Chart to Clipboard : Hello,please open a ticket and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67512&amp;title=copying-chart-to-clipboard#67512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 19447<br /><strong>Posted:</strong> 30 January 2012 at 2:19pm<br /><br />Hello,<br><br>please open a ticket and I'll provide the necessary code.<br><br>Andre<br><br>]]>
   </description>
   <pubDate>Mon, 30 Jan 2012 14:19:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67512&amp;title=copying-chart-to-clipboard#67512</guid>
  </item> 
  <item>
   <title><![CDATA[Copying Chart to Clipboard :  I am using ChartPro version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67510&amp;title=copying-chart-to-clipboard#67510</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7309">ChristineK</a><br /><strong>Subject:</strong> 19447<br /><strong>Posted:</strong> 30 January 2012 at 12:18pm<br /><br />I am using ChartPro version 15.2.1<div></div><span style='color: rgb0, 51, 204; font-family: "Arial","sans-serif"; font-size: 12pt; mso-bidi-font-size: 10.5pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: C&#111;nsolas; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA; mso-no-proof: yes;'> </span>I need to be able to copy the chart that is drawn in my application to the clipboard for users to paste as a picture into something like Word or PowerPoint. Is there an easy way to do this?]]>
   </description>
   <pubDate>Mon, 30 Jan 2012 12:18:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19447&amp;PID=67510&amp;title=copying-chart-to-clipboard#67510</guid>
  </item> 
 </channel>
</rss>