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:
- 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
b) demo.de.html