Lecture overview -- Keyboard shortcut: 'u'  Previous page: Authoring of Static Web Contents [Section] -- Keyboard shortcut: 'p'  Next page: Simple HTML recipe pages -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 14 : 30
XML Processing in LAML
Recipes

As an example, we want to publish food recipes as HTML pages on the web

  • Approaches:

    • Write/generate ordinary HTML pages

    • Carry out some ad hoc abstractions on top of the HTML details

    • Define a recipe datastructure and functions that process the datastructure

    • Establish a new recipe language and write processors for it