First page Back Continue Last page Overview Graphics
Load'n Forget
XML::Simple, XML::Smart
Load the XML into Perl data structures
Content of an element:
- $xml->{BuyerPartyDetails}->{BuyerOrganisationName}
Repeated Elements:
- my @rows= @{$xml->{InvoiceRow}};
Value of an attribute:
- $row->{DeliveredQuantity}->{QuantityUnitCode}
-