<?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: xml use Comparison &amp;quot;&amp;lt;&amp;quot; in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119781#M6959</link>
    <description>&lt;P&gt;how about "&amp;lt;=" "&amp;gt;="   "ge" "le" return error&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2013 12:59:22 GMT</pubDate>
    <dc:creator>crazyeva</dc:creator>
    <dc:date>2013-10-29T12:59:22Z</dc:date>
    <item>
      <title>xml use Comparison "&lt;"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119778#M6956</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;FORM&gt;&lt;BR /&gt;
    &lt;SEARCHTEMPLATE&gt;xxx afield&amp;lt;$value$&lt;/SEARCHTEMPLATE&gt;&lt;BR /&gt;
....&lt;BR /&gt;
then i get:&lt;BR /&gt;
"StartTag: invalid element name"  with an unexpected "&amp;lt;"&lt;BR /&gt;
How could i fix this?&lt;P&gt;&lt;/P&gt;&lt;/FORM&gt;</description>
      <pubDate>Tue, 29 Oct 2013 12:20:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119778#M6956</guid>
      <dc:creator>crazyeva</dc:creator>
      <dc:date>2013-10-29T12:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: xml use Comparison "&lt;"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119779#M6957</link>
      <description>&lt;P&gt;The way to reference the less than sign inside of XML is &amp;amp; l t ; without the spaces between.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 12:31:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119779#M6957</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-10-29T12:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: xml use Comparison "&lt;"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119780#M6958</link>
      <description>&lt;P&gt;thanks   then gt ge le？&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 12:48:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119780#M6958</guid>
      <dc:creator>crazyeva</dc:creator>
      <dc:date>2013-10-29T12:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: xml use Comparison "&lt;"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119781#M6959</link>
      <description>&lt;P&gt;how about "&amp;lt;=" "&amp;gt;="   "ge" "le" return error&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 12:59:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119781#M6959</guid>
      <dc:creator>crazyeva</dc:creator>
      <dc:date>2013-10-29T12:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: xml use Comparison "&lt;"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119782#M6960</link>
      <description>&lt;P&gt;&amp;amp; l t ; &amp;lt;   less than&lt;BR /&gt;
&amp;amp; g t ; &amp;gt;   greater than&lt;BR /&gt;
&amp;amp; a m p ;   &amp;amp;   ampersand &lt;BR /&gt;
&amp;amp; a po s ;  '   apostrophe&lt;BR /&gt;
&amp;amp; q u o t ; "   quotation mark&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 14:09:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119782#M6960</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-10-29T14:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: xml use Comparison "&lt;"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119783#M6961</link>
      <description>&lt;P&gt;= is not a special charactor, so &amp;amp; l t ;= should work.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 14:11:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119783#M6961</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-10-29T14:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: xml use Comparison "&lt;"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119784#M6962</link>
      <description>&lt;P&gt;You also have the option to wrap it in a CDATA tag:&lt;/P&gt;

&lt;P&gt;&lt;SEARCHTEMPLATE&gt;&amp;lt;![CDATA[xxx afield&amp;lt;$value$]]&amp;gt;&lt;/SEARCHTEMPLATE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 16:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/xml-use-Comparison-quot-lt-quot/m-p/119784#M6962</guid>
      <dc:creator>nfilippi_splunk</dc:creator>
      <dc:date>2013-10-29T16:52:51Z</dc:date>
    </item>
  </channel>
</rss>

