Paketname | libxtemplate-ruby1.8 |
Beschreibung | Lightweight XML templating engine like Amrita and XSLT |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.8.0-5 |
Sektion | universe/interpreters |
Priorität | optional |
Installierte Größe | 168 Byte |
Hängt ab von | libc6 (>= 2.4), libruby1.8 (>= 1.8.7.72), librexml-ruby1.8, ruby1.8 |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 23504 Byte |
Prüfsumme MD5 | ef0f7a6729fc784df829ab499ba91a8b |
Prüfsumme SHA1 | 59efcb7cf1c34c821a8235daa1679f34364606ab |
Prüfsumme SHA256 | 53984b5bcd228323ada33f81de4bced8acef71d318f014d28abc1e5147d9d390 |
Link zum Herunterladen | libxtemplate-ruby1.8_0.8.0-5_i386.deb |
Ausführliche Beschreibung | XTemplate is a package of Ruby libraries and programs which formats a
XML/HTML document according to a Ruby's data structure which consists of
Hash and Array. This idea comes from Amrita. So we do not need to
explicitly write iterations like for-loop in a template. Such iterations
are indicated by an expansion data. We can specify a data ID in XPath like
expression, and reconstruct a given data in a template without writing
Ruby programs. This mechanism provides interoperablity between a template
and a Ruby script. We can use XML/YAML documents as an expansion data,
since it is automatically converted to a Ruby's Hash object.
|