|
|
Property lists |
A property list is a flat, even length list of associations The HTML/XML/CSS attributes are represented as property lists in LAML documents |
| A comparison between association lists and property lists.
In this example we associate keys (represented as symbols) to string values. |
There are four attribute lists (property lists, each with its own color). Notice
the CSS attribute css:text-decoration, given inline in the document . |
In the LAML general library there are functions ( alist-to-propertylist and propertylist-to-alist ) that convert between association lists and
property lists |