check-element-prohibitions? | check-element-prohibitions? | A boolean variable that controls extra HTML validation. |
check-error | check-error | The definition of the procedure that reports validation errors. |
check-html-attributes? | check-html-attributes? | A boolean variable which controls the checking of tag attributes. |
document-type-declaration | (document-type-declaration) | Return a document type declaration of this mirror. |
error-truncation-length | error-truncation-length | How many characters of the HTML validation error messages to be presented. |
non-transliteration-elements | non-transliteration-elements | A list of elements for which content data - CDATA - is never transformed. |
render | (render html-clause [prolog epilog]) | Render the html-clause (an AST) and return the rendered string |
render-to-output-port | (render-to-output html-clause output-port [prolog epilog]) | Render the html-clause (an AST) to output-port. |
standard-prolog | (standard-prolog) | Return the standard prolog of an XHTML document, properly extended with the xml declaration
relative to the standard-prolog of laml.scm. |
transliterate-character-data? | transliterate-character-data? | A boolean variable that controls whether CDATA (Character data) are transformed
through the HTML character transformation table. |
validate-html? | validate-html? | A boolean variable that controls the HTML validation. |
xhtml1:a | (xhtml1:a contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) a double tag element . |
xhtml1:abbr | (xhtml1:abbr contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) abbr double tag element . |
xhtml1:acronym | (xhtml1:acronym contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) acronym double tag element . |
xhtml1:address | (xhtml1:address contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) address double tag element . |
xhtml1:area | (xhtml1:area . attributes) | The LAML mirror of the XHMTL1.0 (strict) area single tag element . |
xhtml1:b | (xhtml1:b contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) b double tag element . |
xhtml1:base | (xhtml1:base . attributes) | The LAML mirror of the XHMTL1.0 (strict) base single tag element . |
xhtml1:bdo | (xhtml1:bdo contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) bdo double tag element . |
xhtml1:big | (xhtml1:big contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) big double tag element . |
xhtml1:blockquote | (xhtml1:blockquote contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) blockquote double tag element . |
xhtml1:body | (xhtml1:body contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) body double tag element . |
xhtml1:br | (xhtml1:br . attributes) | The LAML mirror of the XHMTL1.0 (strict) br single tag element . |
xhtml1:button | (xhtml1:button contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) button double tag element . |
xhtml1:caption | (xhtml1:caption contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) caption double tag element . |
xhtml1:cite | (xhtml1:cite contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) cite double tag element . |
xhtml1:code | (xhtml1:code contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) code double tag element . |
xhtml1:col | (xhtml1:col . attributes) | The LAML mirror of the XHMTL1.0 (strict) col single tag element . |
xhtml1:colgroup | (xhtml1:colgroup contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) colgroup double tag element . |
xhtml1:dd | (xhtml1:dd contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) dd double tag element . |
xhtml1:del | (xhtml1:del contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) del double tag element . |
xhtml1:dfn | (xhtml1:dfn contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) dfn double tag element . |
xhtml1:div | (xhtml1:div contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) div double tag element . |
xhtml1:dl | (xhtml1:dl contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) dl double tag element . |
xhtml1:dt | (xhtml1:dt contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) dt double tag element . |
xhtml1:em | (xhtml1:em contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) em double tag element . |
xhtml1:fieldset | (xhtml1:fieldset contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) fieldset double tag element . |
xhtml1:form | (xhtml1:form contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) form double tag element . |
xhtml1:h1 | (xhtml1:h1 contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) h1 double tag element . |
xhtml1:h2 | (xhtml1:h2 contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) h2 double tag element . |
xhtml1:h3 | (xhtml1:h3 contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) h3 double tag element . |
xhtml1:h4 | (xhtml1:h4 contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) h4 double tag element . |
xhtml1:h5 | (xhtml1:h5 contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) h5 double tag element . |
xhtml1:h6 | (xhtml1:h6 contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) h6 double tag element . |
xhtml1:head | (xhtml1:head contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) head double tag element . |
xhtml1:hr | (xhtml1:hr . attributes) | The LAML mirror of the XHMTL1.0 (strict) hr single tag element . |
xhtml1:html | (xhtml1:html contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) html double tag element . |
xhtml1:i | (xhtml1:i contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) i double tag element . |
xhtml1:img | (xhtml1:img . attributes) | The LAML mirror of the XHMTL1.0 (strict) img single tag element . |
xhtml1:input | (xhtml1:input . attributes) | The LAML mirror of the XHMTL1.0 (strict) input single tag element . |
xhtml1:ins | (xhtml1:ins contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) ins double tag element . |
xhtml1:kbd | (xhtml1:kbd contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) kbd double tag element . |
xhtml1:label | (xhtml1:label contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) label double tag element . |
xhtml1:legend | (xhtml1:legend contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) legend double tag element . |
xhtml1:li | (xhtml1:li contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) li double tag element . |
xhtml1:link | (xhtml1:link . attributes) | The LAML mirror of the XHMTL1.0 (strict) link single tag element . |
xhtml1:map | (xhtml1:map contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) map double tag element . |
xhtml1:meta | (xhtml1:meta . attributes) | The LAML mirror of the XHMTL1.0 (strict) meta single tag element . |
xhtml1:noscript | (xhtml1:noscript contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) noscript double tag element . |
xhtml1:object | (xhtml1:object contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) object double tag element . |
xhtml1:ol | (xhtml1:ol contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) ol double tag element . |
xhtml1:optgroup | (xhtml1:optgroup contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) optgroup double tag element . |
xhtml1:option | (xhtml1:option contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) option double tag element . |
xhtml1:p | (xhtml1:p contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) p double tag element . |
xhtml1:param | (xhtml1:param . attributes) | The LAML mirror of the XHMTL1.0 (strict) param single tag element . |
xhtml1:pre | (xhtml1:pre contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) pre double tag element . |
xhtml1:q | (xhtml1:q contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) q double tag element . |
xhtml1:samp | (xhtml1:samp contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) samp double tag element . |
xhtml1:script | (xhtml1:script contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) script double tag element . |
xhtml1:select | (xhtml1:select contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) select double tag element . |
xhtml1:small | (xhtml1:small contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) small double tag element . |
xhtml1:span | (xhtml1:span contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) span double tag element . |
xhtml1:strong | (xhtml1:strong contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) strong double tag element . |
xhtml1:style | (xhtml1:style contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) style double tag element . |
xhtml1:sub | (xhtml1:sub contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) sub double tag element . |
xhtml1:sup | (xhtml1:sup contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) sup double tag element . |
xhtml1:table | (xhtml1:table contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) table double tag element . |
xhtml1:tbody | (xhtml1:tbody contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) tbody double tag element . |
xhtml1:td | (xhtml1:td contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) td double tag element . |
xhtml1:textarea | (xhtml1:textarea contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) textarea double tag element . |
xhtml1:tfoot | (xhtml1:tfoot contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) tfoot double tag element . |
xhtml1:th | (xhtml1:th contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) th double tag element . |
xhtml1:thead | (xhtml1:thead contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) thead double tag element . |
xhtml1:title | (xhtml1:title contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) title double tag element . |
xhtml1:tr | (xhtml1:tr contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) tr double tag element . |
xhtml1:tt | (xhtml1:tt contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) tt double tag element . |
xhtml1:ul | (xhtml1:ul contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) ul double tag element . |
xhtml1:var | (xhtml1:var contents . attributes) | The LAML mirror of the XHMTL1.0 (strict) var double tag element . |
xml-declaration | (xml-declaration) | Return the xml declaration
|