


JumpStart: All-In-One Example

This example shows most of the typical features of WML in just
a single input file:
- SOURCE:
The WML source file...
demo.wml
- 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
$ _
|
|
- OUTPUT:
..into the following two output files.
a) demo.en.html [Source]
b) demo.de.html [Source]
|