XTemplate -- XML Templating Engine

Copyright (C) 2002,2003,2004  Takaaki Tateishi <ttate@users.sourceforge.net>

About XTemplate
----------------
XTemplate is a lightweight XML templating engine like Amrita[1] and XSLT.

Requirements
------------
* ruby-1.6.x, ruby-1.8.x
  http://www.ruby-lang.org/

* XML parser -- one of the following parsers is needed.
  By default, xmlscan is used. If you'd like to use REXML, uninstall
  xmlcan or load rexml/document before loading xtemplate.

  - xmlscan-0.1.3, 0.2.1
    http://www.ruby-lang.org/raa/list.rhtml?name=xmlscan

  - rexml (ruby-1.8 includes this library)
    http://www.ruby-lang.org/raa/list.rhtml?name=rexml-stable
    http://www.ruby-lang.org/raa/list.rhtml?name=rexml

* YAML4R -- [optional]
  http://www.ruby-lang.org/raa/list.rhtml?name=yaml

* SOAP4R -- [optional]
  http://www.ruby-lang.org/raa/list.rhtml?name=soap4r

* XML-RPC -- [optional]
  http://www.ruby-lang.org/raa/list.rhtml?name=xml-rpc

Installation
-------------
You run 'install.rb' in the following order.

  $ ruby install.rb config
  $ ruby install.rb setup
  $ ruby install.rb install

* If you'd like to install an extension library for speedup,
  type 'ruby install.rb config --with-ext'.

* 'install.rb' is a part of 'setup' provided by Minero Aoki.
  http://www.ruby-lang.org/raa/list.rhtml?name=setup

Documentations
--------------
See TUTORIAL.

License
--------
Modified BSD license (See COPYING).

References
----------
[1] Amrita, http://www.ruby-lang.org/raa/list.rhtml?name=amrita
[2] REXML, http://www.ruby-lang.org/raa/list.rhtml?name=rexml
[3] xmlscan, http://www.ruby-lang.org/raa/list.rhtml?name=xmlscan
[4] YAML4R, http://www.ruby-lang.org/raa/list.rhtml?name=yaml
