معرفی شرکت ها


drchitu.XMLTransformer-1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Plone product to transform XML into HTML using XSLT.
ویژگی مقدار
سیستم عامل -
نام فایل drchitu.XMLTransformer-1.2
نام drchitu.XMLTransformer
نسخه کتابخانه 1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dr. Christoph Hermann
ایمیل نویسنده info@drhermann.de
آدرس صفحه اصلی http://svn.plone.org/svn/collective/
آدرس اینترنتی https://pypi.org/project/drchitu.XMLTransformer/
مجوز gpl
.. 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 ********


نحوه نصب


نصب پکیج whl drchitu.XMLTransformer-1.2:

    pip install drchitu.XMLTransformer-1.2.whl


نصب پکیج tar.gz drchitu.XMLTransformer-1.2:

    pip install drchitu.XMLTransformer-1.2.tar.gz