questions on XML::Simple
- From: Jeff <dreamgear@xxxxxxxxx>
- Date: Wed, 30 Jul 2008 19:10:31 -0700 (PDT)
I used the XML::Simple module to read some xml, which works great.
But when I write it back out with XMLout.. it's changed.
For example the input that looks like this:
<Summary>
<TotalOrders>1</TotalOrders>
<TotalLineItems>4</TotalLineItems>
<TotalQuantity>158</TotalQuantity>
</Summary>
ends up looking like this:
<Summary TotalLineItems="4" TotalOrders="1" TotalQuantity="158" />
Is it possible to have it written out in the same format it was read
from? Is there another module that would do this?
Thanks.
.
- Follow-Ups:
- Re: questions on XML::Simple
- From: Ben Morrow
- Re: questions on XML::Simple
- Prev by Date: FAQ 4.29 How can I count the number of occurrences of a substring within a string?
- Next by Date: Re: what is the expression mean?
- Previous by thread: FAQ 4.29 How can I count the number of occurrences of a substring within a string?
- Next by thread: Re: questions on XML::Simple
- Index(es):