NAME

Uttu::Resource::resources - <resources/> handler for resource definitions

SYNOPSIS

In resource definition file:

<resources id="gst">
  <pool id="ldap"
  >
    <!-- resources within pool -->
  </pool>
</resources>

In parser:

my $xp = XML::XPath(filename => 'resources.xml');
my $resources = $xp -> find('/resources');
foreach my $node ($resources -> get_nodelist) {
    Uttu::Resource::resources -> parse($prefix, $xp, $node);
}

DESCRIPTION

ATTRIBUTES

id

This required attribute identifies the resource pools within this resource definition file.

BUGS

Please report bugs to either the request tracker for CPAN (http://rt.cpan.org/) or on the SourceForge project (http://sourceforge.net/projects/gestinanna/).

AUTHOR

James Smith, <jsmith@cpan.org>

COPYRIGHT