Class FUN_HTMLtoXML

  • All Implemented Interfaces:
    Function

    public class FUN_HTMLtoXML
    extends FunctionBase1
    Binding function fun:HTMLtoXML evaluates a HTML document and returns a XML document, closing unclosed tags if necessary. The parameters are defined as follows
    • Param 1: (html) is a literal that contains a HTML document;
    The output is a string literal.
    Author:
    Maxime Lefrançois