Documentation for Module: ml-lib.r ||  Module Index

syntax: !overview ML dialect and dependencies.
Author: Andrew Martin - Original
author: Tim Johnson tim@akwebsoft.com

Global Index
b-query-string brs htm ML w-query-string
br build-tag htm-rem url-encode  

Global function documentation

Function: b-query-stringTopGlobals IndexNext
    syntax: b-query-string <block> Produce query string from block of names and values.
    args: Names and Values. Must be reduced.
Function: brTopGlobals IndexBackNext
    syntax: br write break tag and newline
Function: brsTopGlobals IndexBackNext
    syntax: brs <int-num> Write 1 or more break tags.
Function: build-tagTopGlobals IndexBackNext
    syntax: build-tag <block-of-values> Generates a tag from a composed block.
    args: (values-block) Block of parens to evaluate and other data.
Function: htmTopGlobals IndexBackNext
    syntax: htm <dialect-block> Calls ml as composed.
Function: htm-remTopGlobals IndexBackNext
    syntax: htm-rem <code-block> Execute a block of code with html comment tag.
Function: MLTopGlobals IndexBackNext
    syntax: ML <dialect-block>
    description: generates HTML, XHTML, XML, WML and SVG markup
      from Rebol words, paths, tags and blocks.
    refinement: /nnl Remove newlines.
    KUDOS: To Andrew Martin for original authorship
Function: url-encodeTopGlobals IndexBackNext
    syntax: url-encode <str> Encode a character as per query string protocol.
Function: w-query-stringTopGlobals IndexBack
    syntax: w-query-string <block> Produce query string from block of words.
    args: Words: Name is formed. value is used

Global function documentation