Hierarchy

  • XsltBuilderInterface

Implemented by

Methods

Methods

  • Transform XML content to a string using XSLT

    Throws

    Error If the xml content is empty

    Throws

    Error If the xslt location is empty

    Throws

    Error On procedural errors

    Parameters

    • xmlContent: string

      Raw string of xml content expected on UTF-8

    • xsltLocation: string

      Path of xslt location

    Returns Promise<string>

Generated using TypeDoc