<?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] Token not substituted within href attribute in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155565#M9529</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;'&amp;amp;' character inside html href is still causing issue in my dashboards. is there a workaround of this?&lt;BR /&gt;
I'm trying to add html link to another form at the botton of a table.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2015 21:47:53 GMT</pubDate>
    <dc:creator>SreeragM</dc:creator>
    <dc:date>2015-06-11T21:47:53Z</dc:date>
    <item>
      <title>[Simple XML] Token not substituted within href attribute</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155555#M9519</link>
      <description>&lt;P&gt;I defined the following HTML element within one row of my dashboard (which is called with the GET parameter '?tsmserver=TSM512'):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;html&amp;gt;
   &amp;lt;h2&amp;gt;Other Server Information&amp;lt;/h2&amp;gt; 
   &amp;lt;ul&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;h3&amp;gt;&amp;lt;a href="DR-9-1?tsmserver=$tsmserver$"&amp;gt;$tsmserver$ Data Stats&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&amp;lt;/li&amp;gt;
   &amp;lt;/ul&amp;gt;
  &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However only the second occurrence of the $tsmserver$ token gets substituted with "TSM512" while the first one (the one within the href attribute) does not, therefore making the link unusable. Is this a bug or is this done on purpose? In case it is done on purpose, how can I put a link (containing a URL variable) within an html element in simple XML?&lt;/P&gt;

&lt;P&gt;Thank you very much for your help,&lt;/P&gt;

&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2013 16:46:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155555#M9519</guid>
      <dc:creator>punkle</dc:creator>
      <dc:date>2013-11-25T16:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: [Simple XML] Token not substituted within href attribute</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155556#M9520</link>
      <description>&lt;P&gt;Thanks for reporting this. It does actually look like a bug, as all &lt;CODE&gt;$token$&lt;/CODE&gt; values inside an &lt;CODE&gt;&amp;lt;html&amp;gt;&lt;/CODE&gt; block are supposed to be replaceable.&lt;/P&gt;

&lt;P&gt;For the moment it appears that token values inside elements like &lt;CODE&gt;&amp;lt;a href="$token$"&amp;gt;&lt;/CODE&gt; will not work, although tokens outside of elements like &lt;CODE&gt;&amp;lt;a&amp;gt;$token&amp;lt;/a&amp;gt;&lt;/CODE&gt; &lt;EM&gt;will&lt;/EM&gt; work.&lt;/P&gt;

&lt;P&gt;I don't think you can work around this using Simple XML. If you upgrade your Simple XML dashboard to an HTML dashboard using &lt;STRONG&gt;Edit &amp;gt; Convert to HTML&lt;/STRONG&gt;, you can modify the resultant HTML so that the %24 values in the &lt;CODE&gt;&amp;lt;a href="DR-9-1?tsmserver=%24tsmserver%24"&amp;gt;&lt;/CODE&gt; are replaced with &lt;CODE&gt;$&lt;/CODE&gt; correctly.&lt;/P&gt;

&lt;P&gt;Note that HTML dashboards can no longer be modified with the visual dashboard editor.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2013 18:43:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155556#M9520</guid>
      <dc:creator>dfoster_splunk</dc:creator>
      <dc:date>2013-11-26T18:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: [Simple XML] Token not substituted within href attribute</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155557#M9521</link>
      <description>&lt;P&gt;Hello @dfoster_splunk,&lt;/P&gt;

&lt;P&gt;Has this already been opened as a bug internally, or should we report it through our support contract?&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
Alex&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2013 17:45:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155557#M9521</guid>
      <dc:creator>alexiri</dc:creator>
      <dc:date>2013-11-28T17:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: [Simple XML] Token not substituted within href attribute</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155558#M9522</link>
      <description>&lt;P&gt;This bug has already been opened and prioritized, so you shouldn't need to do anything else.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2013 22:01:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155558#M9522</guid>
      <dc:creator>dfoster_splunk</dc:creator>
      <dc:date>2013-12-02T22:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: [Simple XML] Token not substituted within href attribute</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155559#M9523</link>
      <description>&lt;P&gt;Any updates on this? Is the bug resolved yet? Seems like it still doesn't work in the latest version:&lt;/P&gt;

&lt;P&gt;Splunk Version&lt;BR /&gt;
6.0.1&lt;BR /&gt;
Splunk Build&lt;BR /&gt;
189883&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:45:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155559#M9523</guid>
      <dc:creator>ErikRothman</dc:creator>
      <dc:date>2014-02-07T11:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: [Simple XML] Token not substituted within href attribute</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155560#M9524</link>
      <description>&lt;P&gt;The bug is still open. Based on its prioritization it is unlikely to get fixed in the Splunk 6.0.x timeframe.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 17:31:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155560#M9524</guid>
      <dc:creator>dfoster_splunk</dc:creator>
      <dc:date>2014-02-07T17:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: [Simple XML] Token not substituted within href attribute</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155561#M9525</link>
      <description>&lt;P&gt;This is still not fixed in 6.1, and I don't see it listed in the release notes' known issues page[1]. Is there any update on this?&lt;/P&gt;

&lt;P&gt;[1] &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1/ReleaseNotes/KnownIssues"&gt;http://docs.splunk.com/Documentation/Splunk/6.1/ReleaseNotes/KnownIssues&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2014 09:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155561#M9525</guid>
      <dc:creator>alexiri</dc:creator>
      <dc:date>2014-05-09T09:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: [Simple XML] Token not substituted within href attribute</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155562#M9526</link>
      <description>&lt;P&gt;It looks like this item was pushed out of Splunk 6.1, as you observe. -- You might ask your support contact about the issue, which shows up internally as SPL-77044.&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2014 19:01:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155562#M9526</guid>
      <dc:creator>dfoster_splunk</dc:creator>
      <dc:date>2014-05-09T19:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: [Simple XML] Token not substituted within href attribute</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155563#M9527</link>
      <description>&lt;P&gt;I've just been told that this is solved in version 6.2, we'll see if it's true in a few days.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2014 12:55:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155563#M9527</guid>
      <dc:creator>alexiri</dc:creator>
      <dc:date>2014-10-24T12:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: [Simple XML] Token not substituted within href attribute</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155564#M9528</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I confirm for having tested it that is has been definitively solved with the 6.2 version.&lt;BR /&gt;
Same not working simple xml interfaces works now as expected, tokens are subsituded with success.&lt;/P&gt;

&lt;P&gt;Great new!&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 22:07:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155564#M9528</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2014-10-30T22:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: [Simple XML] Token not substituted within href attribute</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155565#M9529</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;'&amp;amp;' character inside html href is still causing issue in my dashboards. is there a workaround of this?&lt;BR /&gt;
I'm trying to add html link to another form at the botton of a table.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 21:47:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Token-not-substituted-within-href-attribute/m-p/155565#M9529</guid>
      <dc:creator>SreeragM</dc:creator>
      <dc:date>2015-06-11T21:47:53Z</dc:date>
    </item>
  </channel>
</rss>

