1Workflow::Config::XML(3U)ser Contributed Perl DocumentatiWoonrkflow::Config::XML(3)
2
3
4

NAME

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

VERSION

9       This documentation describes version 1.05 of this package
10

SYNOPSIS

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

DESCRIPTION

17       Implementation of configuration parser for XML files/data; requires
18       XML::Simple to be installed. See Workflow::Config for "parse()"
19       description.
20
21   METHODS
22       parse ( $type, @items )
23
24       This method parses the configuration provided it is in XML format.
25
26       Takes two parameters: a $type indication and an array of of items
27
28       Returns a list of config parameters as a array upon success.
29

SEE ALSO

31       XML::Simple
32
33       Workflow::Config
34
36       Copyright (c) 2004 Chris Winters. All rights reserved.
37
38       This library is free software; you can redistribute it and/or modify it
39       under the same terms as Perl itself.
40

AUTHORS

42       Chris Winters <chris@cwinters.com>
43
44
45
46perl v5.30.0                      2019-07-26          Workflow::Config::XML(3)
Impressum