http://qs321.pair.com?node_id=245637


in reply to Re: Re: Re: XML probabilistic trees
in thread XML probabilistic trees

Out of interest. Can anyone tell me why, when I print out with the command:
print XMLout(\%nodes);
That the hashed array is not printed out, as the XML form, in the order that it is presented within the program. Also. Can anyone please inform me whether it is easy (with an XML Perl module) to retrieve data, that is nested within tags, with reference to the ordered position in which identical and tandem tags are presented.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: XML probabilistic trees
by dakkar (Hermit) on Mar 25, 2003 at 11:49 UTC

    Sorry, I think you lost me there...

    Aht do you mean by 'hashed array'? In Perl, a hash is a function from strings to scalars (a dictionary, a map, ...), an array is a function from integers to scalars (some call it a vector)

    If you meant 'why is the order of the hash keys not preserved?', then the answer is: it's not supposed to. In a hash the order is not important, only the correspondance between keys (which can't be repeated) and their associated values is.

    And for getting the values positionally, read the documentation for XML::Simple, there are various options to specify how to treat repeated elements.

    -- 
            dakkar - Mobilis in mobile