Lecture overview
Keyboard shortcut: 'u'  Previous page
Keyboard shortcut: 'p'  Next page
Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide
Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home    Slide 8 : 20
Syntactic LAML issues

The example from above raises a number of relevant syntactic issues, which we will discuss here and on the next page

Which parameter profile is used for the HTML mirror functions?

We may want to mirror the HTML tags as accurate as possible.


<f a1=v1 a2=v2> Some text. More text</f>

We show the syntax of a tag application f on some text. The tag application passes the attributes a1 and a2 with given values

A table shown four possible parameter profiles of HTML mirror functions in Scheme. We use the third possibility in our libraries and in our examples