NAME
XML::Toolset::BestAvailable - find the best available XML toolset and rebless self as that class
SYNOPSIS
my $context = App->context();
my $xml_toolset = $context->service("XMLToolset", "default", class => "XML::Toolset::BestAvailable");
...
DESCRIPTION
Finds the best available XML toolset and rebless self as that class.
AUTHORS
Stephen Adkins <spadkins@gmail.com>
Original Code (XML::Validate): Nathan Carr, Colin Robertson (see XML::Validate) <cpan _at_ bbc _dot_ co _dot_ uk>
COPYRIGHT
(c) 2007 Stephen Adkins. XML-Toolset is derived from XML-Validate under the terms of the GNU GPL. (c) 2005 BBC. XML-Toolset is derived from XML-Validate. XML-Validate is free software; you can redistribute it and/or modify it under the GNU GPL. See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt