Select to view content in your preferred language

A problem occurred while parsing the configuration file config.xml Error #1094

1114
0
10-25-2013 12:06 PM
KirstenLuzik
New Contributor
Whenever I click on the application URL on m Preview page, an error pops up in my web browser.  The error reads "A problem occurred while parsing the configuration file config.xml. Error #1094"

I have checked and double checked my config.xml file, but cannot seem to figure out what is wrong with it.  I have posted the text from the file below.  If someone can provide me with some assistance, that would be wonderful.  I am new to programming, so any help would be much appreciated.

<?xml version="1.0" ?>
<configuration>
   <title>Huntley</title>
   <subtitle>Geologists and Engineers, Established 1912</subtitle>
   <logo>assets/images/logo.png</logo>
   <style>
       <colors>0xffffff,0x39628c,0x355d89,0x294867,0xffffff</colors>
      <alpha>0.8</alpha>
     <font name="Arial"/>
       <titlefont name="Arial Black"/>
    <subtitlefont name="Arial"/>
   </style>
   <geometryservice url="https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer/"/>

   <widget left="10" top="50" config="widgets/Navigation/NavigationWidget.xml" url="widgets/Navigation/NavigationWidget.swf"/>
   <widget right="-2" bottom="-2" config="widgets/OverviewMap/OverviewMapWidget.xml" url="widgets/OverviewMap/OverviewMapWidget.swf"/>
   <widget right="20" top="55" config="widgets/MapSwitcher/MapSwitcherWidget.xml" url="widgets/MapSwitcher/MapSwitcherWidget.swf"/>
   <widget left="0" top="0" config="widgets/HeaderController/HeaderControllerWidget.xml" url="widgets/HeaderController/HeaderControllerWidget.swf"/>
   <widget left="3" bottom="45" config="widgets/ExportMap/exportMap.xml" url="widgets/ExportMap/exportMap.swf"/>
   <widget left="3" bottom="1" config="widgets/Coordinate/CoordinateWidget.xml" url="widgets/Coordinate/CoordinateWidget.swf" label="Coordinate"/>
   
   <map attributionvisible="true" esrilogovisible="true" openhandcursorvisible="false" scalebarvisible="true" scalebar="default" zoomslidervisible="false" wraparound180="true" addarcgisbasemaps="true" itemid="f950e08271d44617b56e7d8a0263e0f6" top="40" portalurl="https://www.arcgis.com"/>
   <widgetcontainer layout="float">
       <widget url="widgets/Draw/DrawWidget.swf" config="widgets/Draw/DrawWidget.xml" label="Draw" icon="assets/images/i_draw2.png"/>
       <widget url="widgets/Locate/LocateWidget.swf" config="widgets/Locate/LocateWidget_1.xml" label="Locator" icon="assets/images/i_target.png"/>
       <widget url="widgets/Legend/LegendWidget.swf" config="widgets/Legend/LegendWidget_1.xml" label="Legend" icon="assets/images/Legend32.png"/>
       <widget url="widgets/eSearch/eSearchWidget.swf" config="widgets/eSearch/eSearchWidget.xml" label="Enhanced Search" icon="assets/images/i_search.png" left="60" top="400"/>
   </widgetcontainer>
</configuration>
Tags (2)
0 Kudos
0 Replies