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

SYNOPSIS

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

DESCRIPTION

14       Implementation of configuration parser for XML files/data; requires
15       XML::Simple to be installed. See Workflow::Config for "parse()"
16       description.
17
18       METHODS
19
20       #=head3 parse
21

SEE ALSO

23       XML::Simple
24
25       Workflow::Config
26
28       Copyright (c) 2004 Chris Winters. All rights reserved.
29
30       This library is free software; you can redistribute it and/or modify it
31       under the same terms as Perl itself.
32

AUTHORS

34       Chris Winters <chris@cwinters.com>
35
36
37
38perl v5.8.8                       2007-04-25          Workflow::Config::XML(3)
Impressum