HOME
Download |  User Manual |  Mailing Lists | 
  -
»About mod-xslt2
»About this site
»Are using mod-xslt...
»Introduction
»Credits
»Mailing Lists
  -
»Standard Releases
»TLA (CVS) snapshots
»Testing Suite
»Documentation
  -
»Access TLA (CVS)
»Browse TLA (CVS)
  -
»User Manual
»Frequently Asked Questions
»Standards
»Development
SourceForge.net Logo

Introducing mod-xslt2

Why should I use mod-xslt2? What can I do with mod-xslt2? Why did you spend your time on mod-xslt2? Those are some questions this document will try to answer.

    | Next || Last |

    As many of you already know, xml is a relatively new language studied to represent any kind of information using simple text files.

    The nicest thing about XML is that it is used to store data, but it does not carry information about how that data should be displayed (rendered) on a generic media (like a screen, or a printer, ...).

    Informations about how to render XML files on a given media are carried along in Stylesheet files, either CSS version 2 or XSLT stylesheets.

    XSLT is a generic language which can be used to transform XML files to almost any other language or format. It is most used to convert XML files into HTML files (to be displayed on a screen) or to FOP (to be printed or converted to PDF).

    By having a file carrying the data and one carrying informations about how that data should be rendered on a device, you can separate the task of writing your web softwares from that of designing good and nice interfaces.

    | Next || Last |
      -
    »Debian GNU
    »Apache Project
    »Gnome libxml2
    »Gnome libxslt
    »Gnome Project

    XML and XSLT
    XML and the Real World (tm)
    mod-xslt2 comes to help
    Why did you spend your time on mod-xslt2?
    Why rewriting the code?