XML

Path: docs/XML
Last Update: Wed Nov 06 06:02:26 +0000 2002

Amrita and XML

summary

amrita can be used with XML as well as HTML.

  • amrita has REXML-based XML parser

    amrita‘s HTML parser was developed very ad hoc way. I have found no major problem with it yet , but I think it‘s good idea to have an option for XML: a strictly defined standard.

  • amrita can generate XHTML documents as well as HTML.

    amrita produces xhtml output from xhtml template.

  • amrita can treat XML documents as a template.

    amrita has a little code depend upon HTML‘s DTD(tag structure), and they can be detached easily. So any XML(not XHTML) document can be used as a template with amrita.

  • amrita can get model data from XML documents

    REXML has very natural API for ruby. And it is easy to make model datas for amrita from XML documents read by REXML.

  • amx: yet anothor style-sheet for XML

    see docs/Tour2

[Validate]