ePages 6.11.0 - DE_EPAGES/DHL/API/XML/DHLProductHandler.pm

Package DE_EPAGES::DHL::API::XML::DHLProductHandler

Import handler for DHL product service definition files.

Base
DE_EPAGES::XML::API::BaseImportHandler
Example
my $fh = FileHandle->new($FileName, "r");
ParseProductFile($fh, $NoOutput, 'IMPORT');
@EXPORT_OK
ParseProductFile

Functions

ParseProductFile

ParseProductFile

Parse DHL product service description file

Syntax
ParseProductFile( $FileHandler, $NoOutput, $Action );
Input
$FileHandler (object)
XML parser
$NoOutput (boolean)
suppress output
$Action (string)
use string 'IMPORT' for importing. Nothing else implemented.