Hierarchy

Implements

Constructors

Methods

Constructors

Methods

  • Parameters

    • xmlContent: string
    • xsltLocation: string

    Returns string

  • 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