| Short description: |
XSLT4R |
| Category: |
Library/XML |
| Status: |
prototype but working |
| Created: |
2001-11-15 23:03:08 GMT |
| Last update: |
- |
| Owner: |
Michael Neumann
(Projects of this owner) |
| Homepage: |
http://www.fantasy-coders.de/ |
| Download: |
http://www.fantasy-coders.de/ruby/xslt4r/xslt4r-0.0.2.tar.gz
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
XSLT processor in pure Ruby using xmlscan and it's XPath implementation.
Not yet all tags supported. Supported are (some only partial):
variable, template, value-of, apply-templates, for-each, if, choose, when, otherwise, text, call-template, include.
Extensible through Ruby methods. Predefined extensions are: redirect, output-file, apply-external-stylesheet as well as
functions and elements to write XPath extension functions or extension elements inside a XSLT stylesheet.
Precompiles templates to proc objects. Do not yet uses a output tree, just prints to stdout (or any other output).
|