<?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 Vote using Splunk Error Displaying Dashboard in 6.5 in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vote-using-Splunk-Error-Displaying-Dashboard-in-6-5/m-p/221223#M24227</link>
    <description>&lt;P&gt;After upgrading to Splunk 6.5, the Splunk Vote App is broken! I utilize this app often and I'm hoping this question will reach the developer. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;The issue:&lt;/STRONG&gt; The main panel of the app doesn't load correctly and I use this app in the classroom every week. &lt;/P&gt;

&lt;P&gt;I'm narrowed the problem down to the html tags for each of the question title panels. The code for each of them looks like the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;html id="A"&amp;gt;
&amp;lt;center&amp;gt;
&amp;lt;h1 class="question-a"&amp;gt;$A$&amp;lt;/h1&amp;gt;
&amp;lt;/center&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you remove &lt;STRONG&gt;id="A"&lt;/STRONG&gt; respectively for each question title panel, the dashboard loads but it doesn't look as pretty because it's not applying the same style. Can you please address this?&lt;/P&gt;

&lt;P&gt;Thank you!&lt;BR /&gt;
Ryan&lt;/P&gt;</description>
    <pubDate>Tue, 04 Oct 2016 13:00:31 GMT</pubDate>
    <dc:creator>ryanoconnor</dc:creator>
    <dc:date>2016-10-04T13:00:31Z</dc:date>
    <item>
      <title>Vote using Splunk Error Displaying Dashboard in 6.5</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vote-using-Splunk-Error-Displaying-Dashboard-in-6-5/m-p/221223#M24227</link>
      <description>&lt;P&gt;After upgrading to Splunk 6.5, the Splunk Vote App is broken! I utilize this app often and I'm hoping this question will reach the developer. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;The issue:&lt;/STRONG&gt; The main panel of the app doesn't load correctly and I use this app in the classroom every week. &lt;/P&gt;

&lt;P&gt;I'm narrowed the problem down to the html tags for each of the question title panels. The code for each of them looks like the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;html id="A"&amp;gt;
&amp;lt;center&amp;gt;
&amp;lt;h1 class="question-a"&amp;gt;$A$&amp;lt;/h1&amp;gt;
&amp;lt;/center&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you remove &lt;STRONG&gt;id="A"&lt;/STRONG&gt; respectively for each question title panel, the dashboard loads but it doesn't look as pretty because it's not applying the same style. Can you please address this?&lt;/P&gt;

&lt;P&gt;Thank you!&lt;BR /&gt;
Ryan&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 13:00:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vote-using-Splunk-Error-Displaying-Dashboard-in-6-5/m-p/221223#M24227</guid>
      <dc:creator>ryanoconnor</dc:creator>
      <dc:date>2016-10-04T13:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Vote using Splunk Error Displaying Dashboard in 6.5</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vote-using-Splunk-Error-Displaying-Dashboard-in-6-5/m-p/221224#M24228</link>
      <description>&lt;P&gt;This error is caused as a result of XML Syntax validation in Splunk 6.5 - it does NOT allow for XML attributes inside  tags.  &lt;/P&gt;

&lt;P&gt;The solution I found that worked is using a div tags instead AND remove the id attributes from the html tags.&lt;/P&gt;

&lt;PRE&gt;
     &lt;DIV id="A"&gt;
        &lt;CENTER&gt;
        &lt;H1 class="question-a"&gt;$A$&lt;/H1&gt;
      &lt;/CENTER&gt;
      &lt;/DIV&gt;
&lt;/PRE&gt;

&lt;P&gt;Here is the simpleXML you can use for that dashboard:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunk.box.com/s/ct0b97uzhuzvy4jrk9baty6pih5sg61r"&gt;https://splunk.box.com/s/ct0b97uzhuzvy4jrk9baty6pih5sg61r&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 17:16:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vote-using-Splunk-Error-Displaying-Dashboard-in-6-5/m-p/221224#M24228</guid>
      <dc:creator>jwelsh_splunk</dc:creator>
      <dc:date>2016-10-12T17:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Vote using Splunk Error Displaying Dashboard in 6.5</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vote-using-Splunk-Error-Displaying-Dashboard-in-6-5/m-p/221225#M24229</link>
      <description>&lt;P&gt;Thanks. I have updated the app on splunkbase. &lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 23:32:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Vote-using-Splunk-Error-Displaying-Dashboard-in-6-5/m-p/221225#M24229</guid>
      <dc:creator>n8</dc:creator>
      <dc:date>2016-10-20T23:32:02Z</dc:date>
    </item>
  </channel>
</rss>

