| <- Compilation and Installation of JWIG Services | Contents | Services and Sessions -> | 
    XML hello = [[Hello <i>World</i>!]];
 | 
    XML hello1 = [[<p align=[alignment]>Hello <[what]>!</p>]];
    XML hello2 = hello1 <[what = [[<i><[thing]></i>]]];
    XML hello3 = hello2 <[thing = "World"] <[alignment = "left"];
 | 
| hello1: | <p align=[alignment]>Hello <[what]>!</p> | 
| hello2: | <p align=[alignment]>Hello <i><[thing]></i>!</p> | 
| hello3: | <p align="left">Hello <i>World</i>!</p> | 
    XML date = [[The current date is now <i><{ return new Date(); }></i>]];
 | 
    XML doc = get "http://www.brics.dk/JWIG/test.xml";
 | 
| <- Compilation and Installation of JWIG Services | Contents | Services and Sessions -> |