"""
$RCSfile: ProcessorChooser.py,v $

ZopeXMLMethods provides filters to apply to Zope objects for XML/XSLT
processing.  XSLTMethod associates XSLT transformers with XML
documents.  XSLTMethod automatically transforms an XML document via
XSLT, where the XML document is obtained from another Zope object (the
'source' object) via acquisition.

ProcessorChooser automatically detects which of the supported
processor(s) are available in the environment, and makes it possible
to dynamically choose/switch processors at runtime

Author: <a href="mailto:cstrong@arielpartners.com">Craeg Strong</a>
Release: 1.0

$Id: ProcessorChooser.py,v 1.3 2003/06/13 07:56:41 arielpartners Exp $
"""

__cvstag__  = '$Name:  $'[6:-2]
__date__    = '$Date: 2003/06/13 07:56:41 $'[6:-2]
__version__ = '$Revision: 1.3 $'[10:-2]

################################################################
# ProcessorChooser class
################################################################

class ProcessorChooser:
    "I exist to prevent total breakage from ZopeXMLMethods 1.0"
