Skip to main content

Plone product to transform XML into HTML using XSLT.

Project description

.. contents::

Introduction
============
XMLtransformer is a Plone product to transform XML into HTML using XSLT.


We'd be happy if you drop us a note in what setting you are using this product at

xmltransformer@drhermann.de


Author: Dr. Christoph Hermann <info@drhermann.de>
Website: http://drhermann.de



Change history
**************

Changelog
=========

1.2
---
- Bug fixes
Catch errors when evaluation of python expression fails
Split on first occurence of = symbol only
Changed metadata.xml to have version 1.2
- New Feature
Disable caching when complex python expressions involving the REQUEST object are evaluated

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.
Python expressions can also be used as parameter values when using the
following syntax: var=python:PYTHONEXPR, i.e.
currentyear=python:__import__('datetime').datetime.now().year

Any further questions may be adressed to

Dr. Christoph Hermann
IT-Unternehmensberatung
E-Mail: info@drhermann.de
Web: http://drhermann.de


Contributors
************

- Dr. Christoph Hermann <info@drhermann.de>, Original Author

Download
********

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drchitu.XMLTransformer-1.2.tar.gz (16.2 kB view details)

Uploaded Source

File details

Details for the file drchitu.XMLTransformer-1.2.tar.gz.

File metadata

File hashes

Hashes for drchitu.XMLTransformer-1.2.tar.gz
Algorithm Hash digest
SHA256 22ca39419c40ac477659aeac9f4be3061129d8b83242b427f30574dc70b5e3a9
MD5 b2667f3ec7b62b0834e2a8f981adedf9
BLAKE2b-256 557164545e5604f9f2b0fdb04b730c504f4c5ce0789740a07bb15f1c65be35d1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page