1Workflow::Config::XML(3U)ser Contributed Perl DocumentatiWoonrkflow::Config::XML(3)
2
3
4
6 Workflow::Config::XML - Parse workflow configurations from XML content
7
9 This documentation describes version 1.05 of this package
10
12 my $parser = Workflow::Config->new( 'xml' );
13 my $conf = $parser->parse( 'condition',
14 'my_conditions.xml', 'your_conditions.xml' );
15
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
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
42 Chris Winters <chris@cwinters.com>
43
44
45
46perl v5.32.0 2020-07-28 Workflow::Config::XML(3)