<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Query rule to extract particular div element in HTTP Integrations</title><link>https://community.appian.com/discussions/f/rules/17362/query-rule-to-extract-particular-div-element-in-http-integrations</link><description>Is there any way to extract a particular html tag like &amp;lt;div by providing it&amp;#39;s class name? 
 i am usually following split or extract which i feel is lengthy. 
 Also can i give &amp;quot; in delimiter text? It is not allowing me to &amp;quot;Hi this is &amp;quot;M&amp;quot; &amp;quot;( for extract</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Query rule to extract particular div element in HTTP Integrations</title><link>https://community.appian.com/thread/68733?ContentTypeID=1</link><pubDate>Fri, 09 Aug 2019 15:47:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e01216f1-8c28-43d0-99d9-b8d1ee38a820</guid><dc:creator>Surjit</dc:creator><description>&lt;p&gt;You have to use xpath syntax to retrieve what ever you want to retrive&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Query rule to extract particular div element in HTTP Integrations</title><link>https://community.appian.com/thread/68619?ContentTypeID=1</link><pubDate>Wed, 07 Aug 2019 12:06:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aacef412-9537-4dc7-9879-b81816bb59a6</guid><dc:creator>kowsalyav</dc:creator><description>&lt;p&gt;What if i have nested div&amp;#39;s? can i just give the outermost div&amp;#39;s class name ? Please suggest.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Query rule to extract particular div element in HTTP Integrations</title><link>https://community.appian.com/thread/68521?ContentTypeID=1</link><pubDate>Fri, 02 Aug 2019 15:21:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:afff1824-08fe-4615-9fe1-89cd31c6c523</guid><dc:creator>Surjit</dc:creator><description>&lt;p&gt;Try using xpathsnippet.&lt;/p&gt;
&lt;p&gt;xpathsnippet(&amp;quot;&amp;lt;div class=&amp;#39;cls&amp;#39;&amp;gt;Hello&amp;lt;/div&amp;gt;&amp;quot;, &amp;quot;//div[@class='cls']/text()&amp;quot;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>