(load (string-append laml-dir "laml.scm"))
(laml-style "simple-xhtml1.0-strict-validating")

(set! xml-validate-contents? #t)
(set! xml-check-attributes? #t)
(set-xml-transliterate-character-data-in 'xhtml10-strict #t)

Show source file in small font In doc0: Link from write-clause to it's cross reference table entry 1.2. The context of a HTML mirror fragment.
; write-clause ; Writing the HTML fragment to an HTML file. (write-html '(raw prolog) (html ; A linked program source marker to section 1.2:
'The context of a HTML mirror fragment.'
The relation is ambiguous.
The other relevant section is 1.2
Mark char: a (head (title "Doc Title") ) (body (h1 "Title") (p "First paragraph") ) ) ) (end-laml)