Examples

Demo Pages Referencess

JumpStart: All-In-One Example

This example shows most of the typical features of WML in just a single input file:

  1. Source:
    The WML source file...
    demo.wml
  2. Generation Process:
    is translated via a simple `wmk' call...
    $ wmk -f demo.wml
    wml -n '-o(ALL-LANG_*)+LANG_EN:demo.en.html' '-o(ALL-LANG_*)+LANG_DE:demo.de.html' demo.wml
    $ _
  3. Output:
    ..into the following two output files.
    a) demo.en.html
    b) demo.de.html