<?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: Help with .XML files in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492497#M3313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jayanta for you suggestion.&amp;nbsp; I attempted to do this and it gave me an error message stating:&amp;nbsp; AdvanceToElement: unable to find xml element (WorkspaceDefinition not found in xml doc).&amp;nbsp; &lt;/P&gt;&lt;P&gt;I am not sure what that means but I was unsuccessful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am ultimately trying to figure out with all of this is how to quickly and easily extract XY coordinates out of an .XML document.&amp;nbsp; I only need the XY coordinates from the document so I can create a Shapefile representing these coordinates on my map.&amp;nbsp; I need to figure out a way to get this information out of about 11,000 individual .XML documents without needing to visually read the .XML and retype them in Notepad or Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any thought of how I can do this that would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 18:56:21 GMT</pubDate>
    <dc:creator>RogerDunn2</dc:creator>
    <dc:date>2015-03-27T18:56:21Z</dc:date>
    <item>
      <title>Help with .XML files</title>
      <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492495#M3311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a new GIS user.&amp;nbsp; I am looking for help to figure out how to transfer data which I received in .xml format to be able to use it in ArcGIS 10.2.2.&amp;nbsp; Is this possible?&amp;nbsp; The only thing I have attempted is to save the .xml file as a .txt file and then add it into my map as data.&amp;nbsp; The .txt file would not load.&amp;nbsp; It gives me the following message...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was an error loading records.&lt;/P&gt;&lt;P&gt;The row contains a bad value. [OIDTable1]&lt;/P&gt;&lt;P&gt;The row contains a bad value. [F_xml_version_1_0_encoding_UTF_8__]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As stated I am new to GIS and I do not know programming language such as .xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or ideas would be greatly appreciate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 18:22:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492495#M3311</guid>
      <dc:creator>RogerDunn2</dc:creator>
      <dc:date>2015-03-26T18:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with .XML files</title>
      <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492496#M3312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try the following&lt;/P&gt;&lt;P&gt;In ArcCatalog, create a New File/personal geodatabase. Right-click the database &amp;gt; Import &amp;gt; XML Workspace document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/78943_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Select Data. Also specify the XML source to import&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/78944_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 19:16:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492496#M3312</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-03-26T19:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with .XML files</title>
      <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492497#M3313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jayanta for you suggestion.&amp;nbsp; I attempted to do this and it gave me an error message stating:&amp;nbsp; AdvanceToElement: unable to find xml element (WorkspaceDefinition not found in xml doc).&amp;nbsp; &lt;/P&gt;&lt;P&gt;I am not sure what that means but I was unsuccessful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am ultimately trying to figure out with all of this is how to quickly and easily extract XY coordinates out of an .XML document.&amp;nbsp; I only need the XY coordinates from the document so I can create a Shapefile representing these coordinates on my map.&amp;nbsp; I need to figure out a way to get this information out of about 11,000 individual .XML documents without needing to visually read the .XML and retype them in Notepad or Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any thought of how I can do this that would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 18:56:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492497#M3313</guid>
      <dc:creator>RogerDunn2</dc:creator>
      <dc:date>2015-03-27T18:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with .XML files</title>
      <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492498#M3314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you attach one of the xml files for reference? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 19:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492498#M3314</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-03-27T19:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with .XML files</title>
      <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492499#M3315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would attach one if I could figure out how to attach it on this reply...I do not see a space to add an attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 19:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492499#M3315</guid>
      <dc:creator>RogerDunn2</dc:creator>
      <dc:date>2015-03-27T19:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with .XML files</title>
      <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492500#M3316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the option of Advanced Editor. Then,&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="79287" alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/79287_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 19:30:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492500#M3316</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-03-27T19:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with .XML files</title>
      <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492501#M3317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Jayanta is on to something here.&amp;nbsp; It sounds like your XML is not conforming to the Geodatabase XML schema definition as defined here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018r00000005000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//018r00000005000000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like if you use the Advanced Editor (little link at top right when creating a new post) then you will get an "Attach" option at the bottom right of the advanced editor.&amp;nbsp; Otherwise here's a quick way to check if your XML file is formatted properly.&amp;nbsp; If you open the XML document in a text editor you should see a format such as this:&lt;/P&gt;&lt;P&gt;&amp;lt;Workspace&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;WorkspaceDefinition&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...(stuff in between)...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/WorkspaceDefinition&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;WorkspaceData&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...(stuff in between)...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/WorkspaceData&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Workspace&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does your file look something like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 19:45:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492501#M3317</guid>
      <dc:creator>MattSnyder1</dc:creator>
      <dc:date>2015-03-27T19:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with .XML files</title>
      <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492502#M3318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayanta I do not even see the Advanced Editor option when I reply to you.&amp;nbsp; The only options I have available are the Bold, Italicize, Underline, Strikethrough, Unordered List, Ordered List, Insert Image, Insert Video, Insert Link, Emoticons, Quote Previous Message, and Toggle Spell Checker.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 19:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492502#M3318</guid>
      <dc:creator>RogerDunn2</dc:creator>
      <dc:date>2015-03-27T19:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help with .XML files</title>
      <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492503#M3319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/79288_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 19:49:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492503#M3319</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-03-27T19:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help with .XML files</title>
      <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492504#M3320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be a link at the top right when you click reply that says "Use advanced editor".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 19:51:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492504#M3320</guid>
      <dc:creator>MattSnyder1</dc:creator>
      <dc:date>2015-03-27T19:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with .XML files</title>
      <link>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492505#M3321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Matt and Jayanta.&amp;nbsp; I am going to begin a new discussion and attach the .xml file in that discussion.&amp;nbsp; For whatever reason the "Use Advance Editor" option is only available to me when I start a new discussion and not when I reply to one of your posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image1.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/79310_Image1.png" style="width: 620px; height: 487px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 20:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/help-with-xml-files/m-p/492505#M3321</guid>
      <dc:creator>RogerDunn2</dc:creator>
      <dc:date>2015-03-27T20:04:14Z</dc:date>
    </item>
  </channel>
</rss>

