Lecture overview
Keyboard shortcut: 'u'  Previous slide in this lecture
Keyboard shortcut: 'p'  Next slide in this lecture
Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  Annotated slide
Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    document-ex1Slide 9 : 42

Overall document abstractions 

We introduce LAML by a simple abstraction on the overall HTML document structure

The example documents and programs are located in the directory includes/document-abstractions/

 

includes/document-abstractions/initial-document.htmlA very simple HTML document that illustrates the overall HTML document structure.
 

includes/document-abstractions/doc0.lamlThe same document as an LAML expression.
 

includes/document-abstractions/doc1.lamlThe document from above embedded in the LAML framework.
 

includes/document-abstractions/doc2.lamlThe document from above abstracted with the procedure www-document.
 

includes/document-abstractions/doc3.lamlThe document from above with pretty printing of the generated HTML document.