<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: BLOCK/unBLOCK in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748099#M95703</link>
    <description>&lt;P&gt;Depending on your version of ACAD, you have several options of redefinition (-insert blockname=, using the browse button in the insert command, tool palettes, the blocks palette, and design center).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The designcenter is a command that isn't implemented by that name.&amp;nbsp; Use ADC or content. It can access different types of content from external drawings and can be used to redefine blocks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The blocks palette is only available after 2019.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Your main problem is probably that you have nested your block definition into a external content file by the same name. See post 3.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to use tool palettes to redefine, you need to create a library drawing that contains the block definition you want to redefine.&amp;nbsp; Then from that content drawing, drag the inserted block to the palette.&amp;nbsp; Only then will you have the option to redefine from a tool palette.&amp;nbsp; When changing the block definition, do so inside the library drawing.&amp;nbsp; The blocks palette has more capabilities but tool palettes are great.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2020 13:55:00 GMT</pubDate>
    <dc:creator>dbroad</dc:creator>
    <dc:date>2020-09-15T13:55:00Z</dc:date>
    <item>
      <title>BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746576#M95696</link>
      <description>&lt;P&gt;I'm in the situation of being stuck (again) by wanting to replace a block with the updated version of the same block.&lt;/P&gt;&lt;P&gt;Which, when I try to insert the updated block, I get the message that it's referencing itself, "Etsetterah, etsetterah, etsetterah..." (name the movie, anyone?)&lt;/P&gt;&lt;P&gt;My problem here is that I cannot change the filename of the block, and it's not a visual block either, it's a "background" or "invisible" block used to setup the layers/linetypes/line weights/fonts, etc., so there's nothing to physically grab a hold of.&lt;/P&gt;&lt;P&gt;Is there a way to...&amp;nbsp; &amp;nbsp;...detach(?) the initial block so I can replace it with the new/updated one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MarkF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 20:23:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746576#M95696</guid>
      <dc:creator>MarkFitz</dc:creator>
      <dc:date>2020-09-14T20:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746614#M95697</link>
      <description>&lt;P&gt;Are you trying to redefine the block by re-inserting it from an external file via&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;blockspalette&lt;/STRONG&gt; &lt;/EM&gt;or &lt;EM&gt;&lt;STRONG&gt;designcenter&lt;/STRONG&gt;&lt;/EM&gt;?&lt;/P&gt;&lt;P&gt;Have you tried creating a new empty block with the same name of the messy one and overwrite it before re-inserting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend dwt templates and standards to define or translate layers, linetypes, styles, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 20:45:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746614#M95697</guid>
      <dc:creator>fatal.error</dc:creator>
      <dc:date>2020-09-14T20:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746634#M95698</link>
      <description>&lt;P&gt;The King and I both suspect you have a drawing file that contains a Block definition of the same name, and you're trying to Insert that drawing file into another drawing.&amp;nbsp; If that's the case, try Exploding the Block inside that drawing file, so you Insert its contents into the other drawing without their being nested in a Block already in the source drawing.&amp;nbsp; Then use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;-INSERT&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt; &lt;EM&gt;&lt;FONT color="#00CCFF"&gt;{note the hyphen prefix}&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;YourBlockName=&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt; &lt;EM&gt;&lt;FONT color="#00CCFF"&gt;{note the equals sign at the end, with nothing following = look for a drawing of this name&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#00CCFF"&gt;{answer Yes to the question of whether to redefine}&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333333"&gt;Or, use the &lt;FONT color="#000000"&gt;DESIGN CENTER&lt;/FONT&gt; to get the Block definition&amp;nbsp;&lt;EM&gt;out of&lt;/EM&gt;&amp;nbsp; the source drawing, rather than Inserting the source drawing.&amp;nbsp; You'll have the option to simply redefine, without Inserting an additional one.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 20:56:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746634#M95698</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-09-14T20:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746647#M95699</link>
      <description>&lt;P&gt;The original is a template, yes, I agree with you there, but this is an existing drawing and I'm just trying to add layers, etc. to it.&amp;nbsp; I think that's what I did, overwrote the original before trying to reinsert it...&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 21:02:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746647#M95699</guid>
      <dc:creator>MarkFitz</dc:creator>
      <dc:date>2020-09-14T21:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746659#M95700</link>
      <description>&lt;P&gt;What is this DESIGN CENTER you speak of, your majesty?&amp;nbsp; &amp;nbsp;(I see I'm not the only movie quote fool here, thankyou for getting that).&lt;/P&gt;&lt;P&gt;Is it part of ACAD?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Part of my overall problem with AutoCAD is that I used it many many moons ago, from R10 (yes, in DOS) through to ACAD2000, and then changed jobs for over a decade, so whereas the basic commands have remained, some of the more obscure commands have been replaced, and I'm not familiar enough with how to use the original commands, those that you only need every once in a while, to be able to read up about their replacements.&amp;nbsp; I mean, I'm only just now learning the benefits of grips - I know how to use them with dimensions, which is a HUGE speed-up for me, but I'm not yet familiar with using them to actually draw things.&lt;/P&gt;&lt;P&gt;So having you guru guys here is AWESOME, *humbly bows in appreciation*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 21:12:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746659#M95700</guid>
      <dc:creator>MarkFitz</dc:creator>
      <dc:date>2020-09-14T21:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746668#M95701</link>
      <description>&lt;P&gt;Have you tried this, after overwriting the old block with a new empty one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0. Type &lt;EM&gt;&lt;STRONG&gt;blockspalette&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;command.&lt;/P&gt;&lt;P&gt;1. Select the &lt;EM&gt;&lt;STRONG&gt;Other Drawing&lt;/STRONG&gt;&lt;/EM&gt; tab.&lt;/P&gt;&lt;P&gt;2. Click on the &lt;STRONG&gt;...&lt;/STRONG&gt; button and select the file where the new block definition is.&lt;/P&gt;&lt;P&gt;3. Right-click on the block thumbnail (not the draw thumbnail) and select &lt;EM&gt;&lt;STRONG&gt;Insert and Redefine&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-09-14 181241.png" style="width: 301px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/819159iA2E24A5B402C6014/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-09-14 181241.png" alt="Screenshot 2020-09-14 181241.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 21:21:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9746668#M95701</guid>
      <dc:creator>fatal.error</dc:creator>
      <dc:date>2020-09-14T21:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9747747#M95702</link>
      <description>&lt;P&gt;Hmmm, i use AutoCAD &lt;FONT color="#FF0000"&gt;mechanical&lt;/FONT&gt; - BLOCKSPALETTE doesn't seem to exist here. (just to test it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i guess BLOCKREPLACE could be useful. Create a new block and then overwrite the old one with it.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#999999"&gt;(the name BLOCKREPLACE doesn't start with "AM...", so it &lt;STRONG&gt;should&lt;/STRONG&gt; be a usual AutoCAD command;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#999999"&gt;BLOCKREPLACE is in the "express tools"-tab - that means, it's not available with AutoCAD LT)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 11:20:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9747747#M95702</guid>
      <dc:creator>illusionistNUGXG</dc:creator>
      <dc:date>2020-09-15T11:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748099#M95703</link>
      <description>&lt;P&gt;Depending on your version of ACAD, you have several options of redefinition (-insert blockname=, using the browse button in the insert command, tool palettes, the blocks palette, and design center).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The designcenter is a command that isn't implemented by that name.&amp;nbsp; Use ADC or content. It can access different types of content from external drawings and can be used to redefine blocks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The blocks palette is only available after 2019.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Your main problem is probably that you have nested your block definition into a external content file by the same name. See post 3.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to use tool palettes to redefine, you need to create a library drawing that contains the block definition you want to redefine.&amp;nbsp; Then from that content drawing, drag the inserted block to the palette.&amp;nbsp; Only then will you have the option to redefine from a tool palette.&amp;nbsp; When changing the block definition, do so inside the library drawing.&amp;nbsp; The blocks palette has more capabilities but tool palettes are great.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 13:55:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748099#M95703</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2020-09-15T13:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748110#M95704</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3167464"&gt;@MarkFitz&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;What is this DESIGN CENTER you speak of, your majesty?&amp;nbsp; &amp;nbsp;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;ADCENTER&lt;/STRONG&gt;&lt;/FONT&gt; command -- &lt;FONT color="#000000"&gt;&lt;STRONG&gt;ADC&lt;/STRONG&gt;&lt;/FONT&gt; is the default command alias.&amp;nbsp; [Read about it in Help].&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 13:57:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748110#M95704</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-09-15T13:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748176#M95705</link>
      <description>&amp;gt;&amp;gt;&amp;gt;...Hmmm, i use AutoCAD mechanical ...&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;AutoCAD MECH forum is over there &lt;A href="https://forums.autodesk.com/t5/autocad-mechanical/ct-p/2002" target="_blank"&gt;https://forums.autodesk.com/t5/autocad-mechanical/ct-p/2002&lt;/A&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:31:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748176#M95705</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-09-15T14:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748180#M95706</link>
      <description>&amp;gt;&amp;gt;&amp;gt;...What is this DESIGN CENTER you speak of...&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/AutoCAD-Core/files/GUID-B3071AE7-76BB-436C-9BAE-CC54CFBD4F96-htm.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/AutoCAD-Core/files/GUID-B3071AE7-76BB-436C-9BAE-CC54CFBD4F96-htm.html&lt;/A&gt;</description>
      <pubDate>Tue, 15 Sep 2020 14:32:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748180#M95706</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-09-15T14:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748748#M95707</link>
      <description>&lt;P&gt;Alas, I'm running 2019, so I don't have the option of Design Center or Blocks Palette...&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 19:30:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748748#M95707</guid>
      <dc:creator>MarkFitz</dc:creator>
      <dc:date>2020-09-15T19:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748777#M95708</link>
      <description>&amp;gt;&amp;gt;&amp;gt;...I don't have the option of Design Center...&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;2019 what exactly? You are posting in the plain AutoCAD where it has been around for quite some time.</description>
      <pubDate>Tue, 15 Sep 2020 19:50:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9748777#M95708</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-09-15T19:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9755955#M95709</link>
      <description>&lt;P&gt;Under the HELP menu, I see...&amp;nbsp; &amp;nbsp;"About AutoCAD 2019", but when I type in the DESIGNCENTER or BLOCKPALETTE command, I get "UNKNOWN COMMAND".&lt;/P&gt;&lt;P&gt;When I check the program details, I see "AutoCAD 2019 - English"&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 17:55:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9755955#M95709</guid>
      <dc:creator>MarkFitz</dc:creator>
      <dc:date>2020-09-18T17:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9755967#M95710</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3167464"&gt;@MarkFitz&lt;/a&gt;&amp;nbsp; hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try ADCENTER or ctrl+2 for AutoCAD Design Center&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ctrl+3 for Block Palette&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 17:59:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9755967#M95710</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-09-18T17:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9756157#M95711</link>
      <description>&lt;P&gt;YES!!&amp;nbsp; &amp;nbsp;Both work, thankyou!!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 19:39:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9756157#M95711</guid>
      <dc:creator>MarkFitz</dc:creator>
      <dc:date>2020-09-18T19:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: BLOCK/unBLOCK</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9759846#M95712</link>
      <description>&lt;P&gt;Also in the Ribbon...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pendean_0-1600721931479.png" style="width: 759px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/821917iDA4B61BE3C6126A2/image-dimensions/759x158?v=v2" width="759" height="158" role="button" title="pendean_0-1600721931479.png" alt="pendean_0-1600721931479.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 20:59:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-unblock/m-p/9759846#M95712</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-09-21T20:59:24Z</dc:date>
    </item>
  </channel>
</rss>

