Metadata-Version: 1.1
Name: drchitu.XMLTransformer
Version: 1.1
Summary: Transforms XML into HTML using XSLT.
Home-page: http://svn.plone.org/svn/collective/
Author: Dr. Christoph Hermann
Author-email: info@drhermann.de
License: gpl
Description: .. contents::
        
        Introduction
        ============
        XMLtransformer is a Plone product to transform XML into HTML using XSLT.
        
        Author: Dr. Christoph Hermann <info@drhermann.de>
        Website: http://drhermann.de
        
        
        
        Change history
        **************
        
        Changelog
        =========
        
        1.1 
        ---
         - First version released to the public
           Development sponsored by IMTEK http://www.imtek.de
         - Added ability to specify a python expression as parameter as in 'foo=python:PYTHONEXPR'
        
        1.0-dev (unreleased)
        --------------------
         - First release
         - Ability to transform XML using an XSLT from either a file or an URL
         - Included simple caching when not GET parameters are used
         - Included simple plain text indexing of the cached result
         - Ability to specify GET parameters as follows: foo=GET_bar, passing the value of the GET parameter bar to the variable foo
        
        
        Detailed Documentation
        **********************
        
        Welcome! 
        
            XMLTransformer allows you to transform XML content to HTML using XSLT.
            The XML and XSLT content can be loaded by either an uploaded file or
            an URL specified in the configuration.
        
            For the transformation to be successful you need to tell the product
            which source shall be used for both documents (URL, file).
        
            Enabling caching may result in higher speed when displaying the web site.
            The cache time field allows you to expire the cache after a certain 
            number of seconds. The cache will be rewritten after the next hit of the
            page and the search index will be updated as well.
        
           Parameters allow you to pass parameters to the retrieved URL and to the
           XSLT stylesheet.
           Specifiy one key=value pair per line.
           Additionaly parameters can also be read from GET values of the current
           page as follows: key=GET_paramname. The variable key then gets assigned
           the value of the GET parameter paramname.
        
        Any further questions may be adressed to 
        
           Dr. Christoph Hermann
           
           <a href="mailto:info@drhermann.de">info@drhermann.de</a>
        
           <a href="http://drhermann.de">Dr. Christoph Hermann IT-Unternehmensberatung</a>
        
        
        
        Contributors
        ************
        
        - Dr. Christoph Hermann <info@drhermann.de>, Original Author
        
        Download
        ********
        
Keywords: XML,XSLT,HTML,Transformation
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
