|
NAMEWorkflow::Config::XML - Parse workflow configurations from XML contentVERSIONThis documentation describes version 1.60 of this packageSYNOPSISmy $parser = Workflow::Config->new( 'xml' ); my $conf = $parser->parse( 'condition', 'my_conditions.xml', 'your_conditions.xml' ); DESCRIPTIONImplementation of configuration parser for XML files/data; requires XML::Simple to be installed. See Workflow::Config for "parse()" description.METHODSparse ( $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
COPYRIGHTCopyright (c) 2004-2022 Chris Winters. All rights reserved.This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Please see the LICENSE AUTHORSPlease see Workflow
Visit the GSP FreeBSD Man Page Interface. |