Hi,<br><br>I have been working on curl_xml plugin. The idea of this plugin is to query the xml data using the curl library and parse it according to the user&#39;s configuration using libxml2. I have worked on the top of curl-json plugin code and got this plugin to work. I am proposing the following configuration for curl_xml:<br>
<br>&lt;Plugin curl_xml&gt;<br>   &lt;URL &quot;[some url]&quot;&gt;<br>       Instance &quot;&lt;instance-name&gt;&quot;<br>       &lt;xpath &quot;&lt;xpath1&gt;&quot;&gt;<br>          Instance &quot;&lt;instance-name&gt;&quot; (Optional)<br>
          Type &quot;&lt;type&gt;&quot;<br>       &lt;/xpath&gt;<br>       &lt;xpath &quot;&lt;xpath2&gt;&quot;&gt;<br>
          Instance &quot;&lt;instance-name&gt;&quot; (Optional)<br>
          Type &quot;&lt;type&gt;&quot;<br>
       &lt;/xpath&gt;<br>  &lt;/URL&gt;<br>  &lt;URL .....&gt;<br>     ......<br>   &lt;/URL&gt;<br>&lt;/Plugin&gt;<br><br>libxml2 will parse the xml using xpath specified in the configuration. For now, the attached code supports one xpath to one element mapping. <br>
<br>Does this plugin make sense?. I will be submitting the configure, Makefile and the documentation changes once this idea is approved. <br><br>Regards<br>Amit<br>