<?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: Simple XML - Encountering the error - EntityRef: expecting ';' in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Encountering-the-error-EntityRef-expecting/m-p/123907#M7294</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#2B60DE"&amp;gt;
  &amp;lt;view name="private_searches" default='true' /&amp;gt;
  &amp;lt;view name="private_dashboards" /&amp;gt;
  &amp;lt;a href="/manager/search/saved/searches/_new?action=edit&amp;amp;ns=search"&amp;gt;Create a saved search&amp;lt;/a&amp;gt;
  &amp;lt;a href="/manager/search/data/ui/views/_new?action=edit&amp;amp;ns=search"&amp;gt;Create a dashboard&amp;lt;/a&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Weird how I see a "5." displayed in the code section above. Is there a bug in the new answers page?&lt;/P&gt;</description>
    <pubDate>Sun, 14 Sep 2014 05:06:18 GMT</pubDate>
    <dc:creator>ben_leung</dc:creator>
    <dc:date>2014-09-14T05:06:18Z</dc:date>
    <item>
      <title>Simple XML - Encountering the error - EntityRef: expecting ';'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Encountering-the-error-EntityRef-expecting/m-p/123906#M7293</link>
      <description>&lt;P&gt;I have the below in my defaul.xml&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#2B60DE"&amp;gt;
  &amp;lt;view name="private_searches" default='true' /&amp;gt;
  &amp;lt;view name="private_dashboards" /&amp;gt;
  &amp;lt;a href="/manager/search/saved/searches/_new?action=edit&amp;amp;ns=search"&amp;gt;Create a saved search&amp;lt;/a&amp;gt;
  &amp;lt;a href="/manager/search/data/ui/views/_new?action=edit&amp;amp;ns=search"&amp;gt;Create a dashboard&amp;lt;/a&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When trying to save the page, I am getting the red banner&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Encountered the following error while trying to update: In handler 'nav': Error parsing XML on line 5: EntityRef: expecting ';'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am not sure, but I think it has to be escaped somehow. Does anyone know what should be done in this situation? I want to have a button on the navigation bar for redirecting directly to the create saved search and dashboard endpoint.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2014 01:41:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Encountering-the-error-EntityRef-expecting/m-p/123906#M7293</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2014-09-14T01:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simple XML - Encountering the error - EntityRef: expecting ';'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Encountering-the-error-EntityRef-expecting/m-p/123907#M7294</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#2B60DE"&amp;gt;
  &amp;lt;view name="private_searches" default='true' /&amp;gt;
  &amp;lt;view name="private_dashboards" /&amp;gt;
  &amp;lt;a href="/manager/search/saved/searches/_new?action=edit&amp;amp;ns=search"&amp;gt;Create a saved search&amp;lt;/a&amp;gt;
  &amp;lt;a href="/manager/search/data/ui/views/_new?action=edit&amp;amp;ns=search"&amp;gt;Create a dashboard&amp;lt;/a&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Weird how I see a "5." displayed in the code section above. Is there a bug in the new answers page?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2014 05:06:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Encountering-the-error-EntityRef-expecting/m-p/123907#M7294</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2014-09-14T05:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Simple XML - Encountering the error - EntityRef: expecting ';'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Encountering-the-error-EntityRef-expecting/m-p/123908#M7295</link>
      <description>&lt;P&gt;Sure looks like it thinks the &amp;amp; is the start of an entity, but it's part of a quoted attribute value.  Not sure where to go from here other than trying it and debugging it.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2014 08:10:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Encountering-the-error-EntityRef-expecting/m-p/123908#M7295</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2014-09-14T08:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Simple XML - Encountering the error - EntityRef: expecting ';'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Encountering-the-error-EntityRef-expecting/m-p/123909#M7296</link>
      <description>&lt;P&gt;Replace &lt;CODE&gt;&amp;amp;&lt;/CODE&gt; with &lt;CODE&gt;&amp;amp;amp;&lt;/CODE&gt;, the XML entity for an ampersand.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2014 11:44:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Encountering-the-error-EntityRef-expecting/m-p/123909#M7296</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-09-14T11:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Simple XML - Encountering the error - EntityRef: expecting ';'</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Encountering-the-error-EntityRef-expecting/m-p/123910#M7297</link>
      <description>&lt;P&gt;That &lt;CODE&gt;5.&lt;/CODE&gt; is just the new answers platform labelling every fifth line of code.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2014 15:42:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Encountering-the-error-EntityRef-expecting/m-p/123910#M7297</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-09-14T15:42:19Z</dc:date>
    </item>
  </channel>
</rss>

