1Config::Any::XML(3) User Contributed Perl Documentation Config::Any::XML(3)
2
3
4
6 Config::Any::XML - Load XML config files
7
9 Loads XML files. Example:
10
11 <config>
12 <name>TestApp</name>
13 <component name="Controller::Foo">
14 <foo>bar</foo>
15 </component>
16 <model name="Baz">
17 <qux>xyzzy</qux>
18 </model>
19 </config>
20
22 extensions( )
23
24 return an array of valid extensions ("xml").
25
26 load( $file )
27
28 Attempts to load $file as an XML file.
29
31 * Brian Cassidy <bricas@cpan.org>
32 * Joel Bernstein <rataxis@cpan.org>
33
35 Copyright 2006 by Brian Cassidy
36
37 This library is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
41 * Catalyst
42 * Config::Any
43 * XML::Simple
44
45
46
47perl v5.8.8 2007-08-23 Config::Any::XML(3)