Workflow::Config::XML - Parse workflow configurations from XML content


Workflow documentation  | view source Contained in the Workflow distribution.

Index


NAME

Top

Workflow::Config::XML - Parse workflow configurations from XML content

VERSION

Top

This documentation describes version 1.05 of this package

SYNOPSIS

Top

 my $parser = Workflow::Config->new( 'xml' );
 my $conf = $parser->parse( 'condition',
                            'my_conditions.xml', 'your_conditions.xml' );

DESCRIPTION

Top

Implementation of configuration parser for XML files/data; requires XML::Simple to be installed. See Workflow::Config for parse() description.

METHODS

parse ( $type, @items )

This method parses the configuration provided it is in XML format.

Takes two parameters: a $type indication and an array of of items

Returns a list of config parameters as a array upon success.

SEE ALSO

Top

XML::Simple

Workflow::Config

COPYRIGHT

Top

AUTHORS

Top

Chris Winters <chris@cwinters.com>


Workflow documentation  | view source Contained in the Workflow distribution.