<?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: using xml::simple in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/using-xml-simple/m-p/4721791#M59398</link>
    <description>Hi Itai,&lt;BR /&gt;&lt;BR /&gt;Another way to read XML is through&lt;BR /&gt;XML::LibXML&lt;BR /&gt;&lt;BR /&gt;might be helpful&lt;BR /&gt;&lt;A href="http://perl-xml.sourceforge.net/faq/#xml_simple" target="_blank"&gt;http://perl-xml.sourceforge.net/faq/#xml_simple&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aftab</description>
    <pubDate>Mon, 13 Dec 2010 03:23:37 GMT</pubDate>
    <dc:creator>Ali</dc:creator>
    <dc:date>2010-12-13T03:23:37Z</dc:date>
    <item>
      <title>using xml::simple</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-xml-simple/m-p/4721789#M59396</link>
      <description>Hi All,&lt;BR /&gt;new to xml reading in perl,&lt;BR /&gt;I'm trying to read command's output using xml::simple. I do not want to direct the command output to file and then read it using XMLin. &lt;BR /&gt;do you know how can I do that?&lt;BR /&gt;thanks,&lt;BR /&gt;Itai</description>
      <pubDate>Sun, 05 Dec 2010 19:06:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-xml-simple/m-p/4721789#M59396</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2010-12-05T19:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: using xml::simple</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-xml-simple/m-p/4721790#M59397</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;You can read the whole output of your commaind in a variable and then pass that string to XML::Simple.&lt;BR /&gt;&lt;BR /&gt;You can also pass it a file handle and that should be enough to not need to redirect command's output to a file:&lt;BR /&gt;&lt;BR /&gt;use IO::Handle;&lt;BR /&gt;&lt;BR /&gt;my $FH = new IO::Handle;&lt;BR /&gt;&lt;BR /&gt;open($FH, "command |");&lt;BR /&gt;&lt;BR /&gt;Now you can pass this to XML::Simple (note the lack of error checking).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Goran</description>
      <pubDate>Mon, 06 Dec 2010 06:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-xml-simple/m-p/4721790#M59397</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2010-12-06T06:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: using xml::simple</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-xml-simple/m-p/4721791#M59398</link>
      <description>Hi Itai,&lt;BR /&gt;&lt;BR /&gt;Another way to read XML is through&lt;BR /&gt;XML::LibXML&lt;BR /&gt;&lt;BR /&gt;might be helpful&lt;BR /&gt;&lt;A href="http://perl-xml.sourceforge.net/faq/#xml_simple" target="_blank"&gt;http://perl-xml.sourceforge.net/faq/#xml_simple&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aftab</description>
      <pubDate>Mon, 13 Dec 2010 03:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-xml-simple/m-p/4721791#M59398</guid>
      <dc:creator>Ali</dc:creator>
      <dc:date>2010-12-13T03:23:37Z</dc:date>
    </item>
  </channel>
</rss>

