in reply to XML::Simple for sequence in xsd

A hash doesn't store the items sequencially, so you can't rely on any ordering in hashes.

If you want your XML output to be conformant to a XSD, you might want to use some other XML modules.

(Perhaps it can be accomplished with XML::Simple, but I don't know how).

Replies are listed 'Best First'.
Re^2: XML::Simple for sequence in xsd
by Sham (Novice) on Aug 18, 2007 at 14:33 UTC
    Hi Perl 6 in Geraman, Thanks for ur co-operation. If u are knowing other modules that can be used in place of XML::Simple please suggest me for that. I will be greatful to you. Thanks. Sham.