Hi!

Please compare:
From man XML::Simple:

        <config logdir="/var/log/foo/" debugfile="/tmp/foo.debug">
          <server name="sahara" osname="solaris" osversion="2.6">
            <address>10.0.0.101</address>
            <address>10.0.1.101</address>
          </server>
          <server name="gobi" osname="irix" osversion="6.5">
            <address>10.0.0.102</address>
          </server>
          <server name="kalahari" osname="linux" osversion="2.0.34">
            <address>10.0.0.103</address>
            <address>10.0.1.103</address>
          </server>
        </config>


that is parsed to several {server}->{kalahari} , {server}->{gobi} and so on...

And my XML, (posted earlier-above),that is parsed into:
                                   },
                        'name' => 'http-8080',
                        'threadInfo' => {
                                        'currentThreadCount' => '25',
                                        'minSpareThreads' => '25',
                                        'maxThreads' => '150',
                                        'maxSpareThreads' => '75',
                                        'currentThreadsBusy' => '2'
                                      }
                      },

instead of:
                        'http-8080' =>{
                             'threadInfo' => {
                                        'currentThreadCount' => '25',
                                        'minSpareThreads' => '25',
                                        'maxThreads' => '150',
                                        'maxSpareThreads' => '75',
                                        'currentThreadsBusy' => '2'
                                      }
                      },

Or maybe I did misunderstood the example?


Cheers,
Radek







2007/4/24, Debian Bug Tracking System <[EMAIL PROTECTED]>:
This is an automatic notification regarding your Bug report
#411976: libxml-simple-perl: wrongly parsed arguments in XML,
which was filed against the libxml-simple-perl package.

It has been closed by Bart Martens <[EMAIL PROTECTED]>.

Their explanation is attached below.  If this explanation is
unsatisfactory and you have not received a better one in a separate
message then please contact Bart Martens <[EMAIL PROTECTED]> by replying
to this email.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



---------- Wiadomość oryginalna ----------
From: Bart Martens <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue, 24 Apr 2007 19:53:31 +0200
Subject: libxml-simple-perl: wrongly parsed arguments in XML
Hi Radek,

I'm closing this bug now.  Feel free to reopen and explain why.
Regards,

Bart Martens






--
Radosław Antoniuk
Pixel Technology Network Department
+48 42 637 39 73
+48 502 273 393

Reply via email to