<?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: xml and infoWindow help in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191253#M4474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been reading documentations and sample source codes but i'm still not sure what exactly i should do. Sir, the instructions you gave me does it give me a result that looks like this one? &lt;/SPAN&gt;&lt;A href="http://geochalkboard.wordpress.com/2009/03/30/reading-xml-files-with-the-google-maps-api/"&gt;http://geochalkboard.wordpress.com/2009/03/30/reading-xml-files-with-the-google-maps-api/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Hoping for your answer. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2012 07:20:46 GMT</pubDate>
    <dc:creator>sherlytobias</dc:creator>
    <dc:date>2012-01-31T07:20:46Z</dc:date>
    <item>
      <title>xml and infoWindow help</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191249#M4470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have an xml file containing information about specific latitudes and longitudes. is it possible to make an infoWindow using this xml file? if yes, how?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 06:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191249#M4470</guid>
      <dc:creator>sherlytobias</dc:creator>
      <dc:date>2012-01-27T06:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: xml and infoWindow help</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191250#M4471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sherlyann23,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - parse &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/XML.html" rel="nofollow" target="_blank"&gt;XML&lt;/A&gt;&lt;SPAN&gt; - as a result "x" and "y" values (one pair if point, more paths if line or area) and some attributes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;( com.esri.viewer.utils.GeoRSSUtil in &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapps/flexviewer/index.html" rel="nofollow" target="_blank"&gt;ArcGIS Flex Viewer source code&lt;/A&gt;&lt;SPAN&gt; - u can get some ideas how to parse xml )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - create &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/geometry/Geometry.html" rel="nofollow" target="_blank"&gt;geometry&lt;/A&gt;&lt;SPAN&gt; based on "x" and "y" values (1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3 - create &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Graphic.html" rel="nofollow" target="_blank"&gt;graphic&lt;/A&gt;&lt;SPAN&gt; based on geometry (2) and attributes (1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4 - add graphic (3) to your graphicslayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5 - show &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/supportClasses/InfoWindow.html" rel="nofollow" target="_blank"&gt;info window&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Most of Classes has links to usage examples. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri Flex Samples catalog - &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/flex/samples/index.html" rel="nofollow" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 10:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191250#M4471</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-01-27T10:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: xml and infoWindow help</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191251#M4472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for answering! But can i use WebMercatorMapPoint instead of mapPoint so that I can use my latitudes and longitudes? I don't know how to convert lat and lon to x and y values. I'm very new to this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 05:53:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191251#M4472</guid>
      <dc:creator>sherlytobias</dc:creator>
      <dc:date>2012-01-31T05:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: xml and infoWindow help</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191252#M4473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sherlyann23,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All "very new" to this starts with reading &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/index.html"&gt;documentation&lt;/A&gt;&lt;SPAN&gt;, look to &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html"&gt;samples &lt;/A&gt;&lt;SPAN&gt;provided by ESRI developers, use this &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/search.php"&gt;forum search&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try to use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/GeometryService.html"&gt;GeometryService&lt;/A&gt;&lt;SPAN&gt; to project geometries. Take a look to live samples of this service usage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This resource provides the service description associated with a geometry service and is primarily a processing and algorithmic resource that supports operations related to geometries.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 06:13:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191252#M4473</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-01-31T06:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: xml and infoWindow help</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191253#M4474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been reading documentations and sample source codes but i'm still not sure what exactly i should do. Sir, the instructions you gave me does it give me a result that looks like this one? &lt;/SPAN&gt;&lt;A href="http://geochalkboard.wordpress.com/2009/03/30/reading-xml-files-with-the-google-maps-api/"&gt;http://geochalkboard.wordpress.com/2009/03/30/reading-xml-files-with-the-google-maps-api/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Hoping for your answer. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 07:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191253#M4474</guid>
      <dc:creator>sherlytobias</dc:creator>
      <dc:date>2012-01-31T07:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: xml and infoWindow help</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191254#M4475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;instructions you gave me does it give me a result that looks like this one ...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to show where to find answers to your questions - that's all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you want to copy/paste some code? - I'll stand on the sidelines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have plan to develop? You do not like the implementation of the code proposed by other developers. You have some part of own code to show, with better solution - Let's discuss it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you see this sample?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/01nq/01nq00000026000000.htm"&gt;http://help.arcgis.com/en/webapi/flex/samples/01nq/01nq00000026000000.htm&lt;/A&gt;&lt;SPAN&gt; - load/read/parse XML - implemented, show basic information on map - implemented (click to points on map shows InfoWindow).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. If you think you have not found an answer to your question, may be you need to write more detailed description of your problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 07:42:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191254#M4475</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-01-31T07:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: xml and infoWindow help</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191255#M4476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes sir I saw that example but its kinda confusing. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am making a flex mobile application, and I have an xml file and it has 300 entries like this one:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;entry&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;id&amp;gt;#_2&amp;lt;/id&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;name&amp;gt;Chalet Oberbort&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;type&amp;gt;Chalet&amp;lt;/type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;condition&amp;gt;For Rent&amp;lt;/condition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;region&amp;gt;Gstaad&amp;lt;/region&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/entry&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;entry&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;point&amp;gt;46.424827 7.322059&amp;lt;/point&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;id&amp;gt;#_3&amp;lt;/id&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;name&amp;gt;Chalet Gr�?¼nb�?¼hl&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;type&amp;gt;Chalet&amp;lt;/type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;condition&amp;gt;For Rent or Sale&amp;lt;/condition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;region&amp;gt;Lauenen&amp;lt;/region&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/entry&amp;gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what i need to do is, to access that xml file and use the tag &amp;lt;point&amp;gt; for the mapPoint and the other tags for information that will be displayed in an infoWindow. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As much as possible, i want a simple code to do this but the samples and documentations that I read was very long and confusing. Please help me sir. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Thanks for your time!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 09:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/xml-and-infowindow-help/m-p/191255#M4476</guid>
      <dc:creator>sherlytobias</dc:creator>
      <dc:date>2012-01-31T09:23:51Z</dc:date>
    </item>
  </channel>
</rss>

