<?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: Adobe Flash Builder don't display a widget in a widget group in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318478#M9286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed the widgetTemplate id to wTemplate, the surprise thing is the result is opposite to expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When load the map service, although the widget not displayed in the widget group, the widget display on map. When I load in another widget, it not appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set wTemplate.widgetState = "closed" in init() should means when other widget load this widget, it widget is closed right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2014 09:47:01 GMT</pubDate>
    <dc:creator>LiYao</dc:creator>
    <dc:date>2014-11-20T09:47:01Z</dc:date>
    <item>
      <title>Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318469#M9277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 widgets in a widget group:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="66666666666666666666.jpg" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/31319_66666666666666666666.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I only want the first 2 widgets displayed in the widget group. The "Attribute Search Results" widget supposed to be open only when a button in "Attribute Search" is clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it should be set in config.xml, but I don't know how to set it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Adobe Flash Builder 4.6 and ArcGIS API for flex 3.6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 03:30:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318469#M9277</guid>
      <dc:creator>LiYao</dc:creator>
      <dc:date>2014-11-19T03:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318470#M9278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there is anything out of the box that you can place in the config to acheive what you are trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option that may work is place the widget in the UI elements of the config so that the widget loads on the application startup, then inside the widgets basewidget_widgetConfigLoaded() or init() functions close the widget using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.wTemplate.widgetState = "closed";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not fully tested this so not sure if it will have adverse side effects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:14:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318470#M9278</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2014-11-19T09:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318471#M9279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the reply. When I tried to add&lt;/P&gt;&lt;P&gt;this.wTemplate.widgetState = "closed";&lt;/P&gt;&lt;P&gt;into the init() function of the widget, I got an error which indicate&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;wTemplate is undefined, have I missed something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:26:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318471#M9279</guid>
      <dc:creator>LiYao</dc:creator>
      <dc:date>2014-11-19T09:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318472#M9280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has your widget been built using the standard widget template like the other widgets in the viewer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318472#M9280</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2014-11-19T09:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318473#M9281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using "Building Automatically".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing to check is by this option, if the widget is not displayed in the widget group, can it opened by another widget? Since I need to open it by widgetId.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:59:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318473#M9281</guid>
      <dc:creator>LiYao</dc:creator>
      <dc:date>2014-11-19T09:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318474#M9282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the widget will still be assigned an ID so you can call it from another widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think you understood what I meant by how have you have built your widget (I'm not worried about if the project builds automatically or not) what i was wondering was have you taken an existing widget and stripped out the code you didn't need and added your own. You should be able to call this.wTemplate if you are using the widget template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at this article which explains how to migrate from the old viewer to the new but does give a step by step guide on creating a new widget (package):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esri.com/news/arcuser/0611/migrating-widgets-to-the-arcgis-viewer-for-flex.html" title="http://www.esri.com/news/arcuser/0611/migrating-widgets-to-the-arcgis-viewer-for-flex.html"&gt;Migrating Widgets to the ArcGIS Viewer for Flex&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 10:47:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318474#M9282</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2014-11-19T10:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318475#M9283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Li Yao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Anthony's suggestion of adding this as a UI widget an having it minimized it a startup would work assuming your widget is using BaseWidget in conjunction with WidgetTemplate, but UI widgets can not be opened or closed as standard widget, without modifications to the viewer core code as explained in &lt;A _jive_internal="true" href="https://community.esri.com/thread/82327"&gt;this thread &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I think you should be going about this is the same way I am handling this in my &lt;A href="http://www.arcgis.com/home/item.html?id=5d4995ccdb99429185dfd8d8fb2a513e"&gt;eSearch Widget&lt;/A&gt; since displaying a datagrid from your attribute search widget as a separate pane/TitleWindow is what you are trying to do.&amp;nbsp; My eSearch widgets datagrid extends a standard TitleWindow to make it sizable and shows the ResizeTitleWindow using the PopUpManager. Doing it this way avoids the need to use BaseWidget and WidgetTemplate for you datagrid that will only be shown by your attribute search widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 15:23:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318475#M9283</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-11-19T15:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318476#M9284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am using standard widget template. I cannot find wTemplate because I changed the widgetTemplate id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put the following in config.xml UI elements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f5fbf; font-size: 10pt;"&gt;&amp;lt;widget left="10"&amp;nbsp;&amp;nbsp; top="10" &lt;SPAN style="text-decoration: underline;"&gt;config&lt;/SPAN&gt;="widgets/MyService/AttributeSearch/AttributeSearch.xml" &lt;SPAN style="text-decoration: underline;"&gt;url&lt;/SPAN&gt;="widgets/MyService/AttributeSearch/AttributeSearch.swf"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;May I confirm the this.wTemplate.widgetState = "closed" is added in the widget which I want to hide from the group right? I only have init() in the mxml, not basewidget_widgetConfigLoaded() there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks a lot for the patient.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 08:52:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318476#M9284</guid>
      <dc:creator>LiYao</dc:creator>
      <dc:date>2014-11-20T08:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318477#M9285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are correct, by default anything that is added as a UI widget will open automatically so what you are trying to achieve is to close the widget straight away (but the widget is still loaded into the application so can be open when required), I tested this by adding the code: this.wTemplate.widgetState = "closed" into the basewidget_widgetConfigLoaded() function, you may not have this as you are probably not using a config xml for your widget so placing it in the init() function should be OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure why if you have built your widget based on the standard template why you cannot call this.wTemplate.widgetState, have you change the name of the id of the viewer:WidgetTemplate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;viewer:WidgetTemplate id="wTemplate" ..........&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have changed the id you will need to use this.&lt;EM&gt;idname&lt;/EM&gt;.widgetState&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 09:18:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318477#M9285</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2014-11-20T09:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318478#M9286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed the widgetTemplate id to wTemplate, the surprise thing is the result is opposite to expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When load the map service, although the widget not displayed in the widget group, the widget display on map. When I load in another widget, it not appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set wTemplate.widgetState = "closed" in init() should means when other widget load this widget, it widget is closed right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 09:47:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318478#M9286</guid>
      <dc:creator>LiYao</dc:creator>
      <dc:date>2014-11-20T09:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318479#M9287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. I will look into it, unfortunately I am a beginner in Flex, need time to learn your eSearch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 09:59:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318479#M9287</guid>
      <dc:creator>LiYao</dc:creator>
      <dc:date>2014-11-20T09:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318480#M9288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I don't understand what you mean, the self.wTemplate.widget state needs to sit in the widget that you have placed in the UI area to stop it loading automatically open. You then need the code in the other widget that will reopen that widget when required, which I assumed you had got.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if you are just trying to show the results from a search in another widget/window/table then I would suggest having a look at Roberts esearch widget. He has already done all this work for you and has written an supurb guide on how to configure the widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 10:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318480#M9288</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2014-11-20T10:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318481#M9289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Li Yao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Don't get overwhelmed by all the eSearch widget code. Just focus on the SearchWidgetFloatDG.mxml and just the areas of the eSearchWidget.mxml that display the SearchWidgetFloatDG using the popup manager.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:56:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318481#M9289</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-11-20T13:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Flash Builder don't display a widget in a widget group</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318482#M9290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry forgot to mark the answer as correct. I followed your instruction and got the issue solved. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 02:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adobe-flash-builder-don-t-display-a-widget-in-a/m-p/318482#M9290</guid>
      <dc:creator>LiYao</dc:creator>
      <dc:date>2014-12-08T02:55:50Z</dc:date>
    </item>
  </channel>
</rss>

