<?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: macro/code to export all the parameters information (..) in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3668438#M136565</link>
    <description>&lt;P&gt;This sounds like a similiar issue I mentioned above, you should have a proper Excel Object Library referenced for this VBA to work. The attached VBA has the Excel 2010(14.0) referenced, if you have a different Excel version installed you should change it to yours. You can get to the References dialog from Tools-&amp;gt;References....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2012 02:04:56 GMT</pubDate>
    <dc:creator>YuhanZhang</dc:creator>
    <dc:date>2012-10-22T02:04:56Z</dc:date>
    <item>
      <title>macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3433757#M136549</link>
      <description>&lt;TABLE cellspacing="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class="postbody"&gt;Hi&lt;BR /&gt;I'm new to the forum, and i hope someone can help me ! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm currently using Inventor 2012 and i need a macro (code):&lt;BR /&gt;I want to know if it's possible&amp;nbsp;to export all the information from&amp;nbsp;the parameters list (everything, names, values, tolerances, comments...) to an excel spreadsheet or a txt file (it can be a table, or a CVS file, i just want that information!), from a part file (.ipt) or a drawing file (.dwg).&lt;BR /&gt;&lt;BR /&gt;Currently, i can only export the parameters' names and values , but i can't get to the tolerance values&amp;nbsp;and comments . . .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there anyway to do this&amp;nbsp;?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;JVC&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 27 Apr 2012 03:30:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3433757#M136549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-27T03:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3460832#M136550</link>
      <description>&lt;P&gt;Hello JVC,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attach an IVB file that you can use to export parameter properties to excel, you can modify it to export any other properties you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 03:35:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3460832#M136550</guid>
      <dc:creator>YuhanZhang</dc:creator>
      <dc:date>2012-05-17T03:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3462848#M136551</link>
      <description>&lt;P&gt;Hello yuhanzhang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply, but when i try to run the macro, an error message shows up:&lt;/P&gt;&lt;P&gt;" Compile Error: can't find project or libray." &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i solve this ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;JVC&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2012 08:18:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3462848#M136551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-18T08:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3465074#M136552</link>
      <description>&lt;P&gt;Can you tell which line the error occurs? And have you Excel 2010 installed on your machine, or a different version? If you have a different Excel version installed, then please change the reference to that Object Library:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Load the IVB into VBA Editor.&lt;/P&gt;
&lt;P&gt;2. Click Tools-&amp;gt;References.&lt;/P&gt;
&lt;P&gt;3. In the References dialog find the "Microsoft Excel *.0 Object Library", the '*' indicates the version number that you have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me if this solves.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2012 01:41:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3465074#M136552</guid>
      <dc:creator>YuhanZhang</dc:creator>
      <dc:date>2012-05-21T01:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3465092#M136553</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The error occurs in line 10 ("Dim oExcel As Excel.Application"), but line 1 turns yellow ("Sub ExpoertParamToText()")&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I currently have M.Office Excel 2007, and on Tools &amp;gt; References , I have a "MISSING: Microsoft Excel 14.0 Object Library" checked... Is it supposed to be that way ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help so far!&lt;/P&gt;&lt;P&gt;JVC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2012 02:20:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3465092#M136553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-21T02:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3470330#M136554</link>
      <description>&lt;P&gt;Sorry for late response. I added the reference to Excel 2010(Microsoft Excel 14.0 Object Library) in the IVB file, if you have the Excel 2007 then you have to modify the reference to your version.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2012 06:13:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3470330#M136554</guid>
      <dc:creator>YuhanZhang</dc:creator>
      <dc:date>2012-05-24T06:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3471076#M136555</link>
      <description>&lt;P&gt;Hello Zhang,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help, i was able to do it ! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just needed one more thing: is it possible to &amp;nbsp;export the tolerance information? For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- if i have a hole in a part, and i set the deviation tolerance, with maximum and minimum values, can i export these ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- or if i set a H7 tolerance for a hole (or a shaft), can i export these too ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again, thank you!&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;JVC&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2012 15:36:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3471076#M136555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-24T15:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3471968#M136556</link>
      <description>&lt;P&gt;Yes, sure you can. You can get the Upper, Lower, HoleTolerance and ShaftTolerance from Parameter.Tolerance object. You can firstly check what tolerance type the parameter is set, and then export the tolerance values you want.&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2012 02:31:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3471968#M136556</guid>
      <dc:creator>YuhanZhang</dc:creator>
      <dc:date>2012-05-25T02:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3472006#M136557</link>
      <description>&lt;P&gt;In order to do that, do i have to change/edit the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wich lines do i have to edit (or add) and in wich section of the code ?&lt;/P&gt;&lt;P&gt;Can you help me do that ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much, you really helped me and my project ! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;JVC&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2012 03:31:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3472006#M136557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-25T03:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3472242#M136558</link>
      <description>&lt;P&gt;Try attached IVB.&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2012 09:40:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3472242#M136558</guid>
      <dc:creator>YuhanZhang</dc:creator>
      <dc:date>2012-05-25T09:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3472266#M136559</link>
      <description>&lt;P&gt;It worked ! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you so much for your help, once again, without you I wouldn't be able to finish my project !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;JVC&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2012 10:34:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3472266#M136559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-25T10:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3474760#M136560</link>
      <description>&lt;P&gt;Hello and sorry for the late response, i had tons of work to do &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the IVB you provided me works really well, thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But (once again), i just have one more doubt:&lt;BR /&gt;- when you define a hole tolerance as H7 (or other), Inventor automatically sets the upper and lower tolerance values according to the nominal diameter of the hole, right ? So, my question is: when Inventor sets these values, is there a way to access and export them both - H7 and the respective tolerance values (upper and lower) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if I explained myself correctly, but if you can help me or have any questions, feel free to ask them !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you again,&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;JVC&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2012 20:09:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3474760#M136560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-28T20:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3474900#M136561</link>
      <description>&lt;P&gt;Sure, the Upper/Lower values are already there and you can export them. See updated attachment.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 01:28:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3474900#M136561</guid>
      <dc:creator>YuhanZhang</dc:creator>
      <dc:date>2012-05-29T01:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3479112#M136562</link>
      <description>&lt;P&gt;Hello, and I'm sorrry for the late response !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It aal works perfectly fine , thank you !&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2012 11:12:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3479112#M136562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-31T11:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3507426#M136563</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I hope you're doing well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding to the previous problem I had, there is a question I sttil have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- when modelling a part file in Inventor, only the dimensions we set (dimensions we give a name and a value), are listed in the parameters table. This way, the macro you gave me only exports the information listed in that table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- the information listed in the parameters table is based on sketches and features dimensions, as obvious.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So , my question is: is it possible to access the information (dimension values) contained in a feature (or a sketch) without setting a specific name or value to it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, in the attached pictures, if a rectangular form is drawn and the dimensions are setted, these will be lisetd in the parameters table (see attached &amp;nbsp;"pic1" and "pic1 - params").&lt;/P&gt;&lt;P&gt;But, in the other hand, if the same rectangular form is drawn, but this time without setting any dimension, the parameters table will be empty, obviously (&lt;SPAN&gt;see attached &amp;nbsp;"pic2").&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After this, i can surely presume that Inventor saves or keeps this information somehow, somewhere, without having to set dimensions or values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, my question is: is it possible to access sketches and/or features information without setting this values?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope i have explained my doubt correctly, if not, let me know!&lt;/SPAN&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&gt;My best regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;JVC&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 23:26:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3507426#M136563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-19T23:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3660412#M136564</link>
      <description>&lt;P&gt;Hello, Zhang:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to do as you said, I got a inform " User Defined type not defined"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What&amp;nbsp;can I do now?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wei&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2012 21:30:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3660412#M136564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-15T21:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: macro/code to export all the parameters information (..)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3668438#M136565</link>
      <description>&lt;P&gt;This sounds like a similiar issue I mentioned above, you should have a proper Excel Object Library referenced for this VBA to work. The attached VBA has the Excel 2010(14.0) referenced, if you have a different Excel version installed you should change it to yours. You can get to the References dialog from Tools-&amp;gt;References....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 02:04:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/macro-code-to-export-all-the-parameters-information/m-p/3668438#M136565</guid>
      <dc:creator>YuhanZhang</dc:creator>
      <dc:date>2012-10-22T02:04:56Z</dc:date>
    </item>
  </channel>
</rss>

