xslt-processor - v4.8.0
    Preparing search index...

    Type Alias XsltOptions

    type XsltOptions = {
        cData: boolean;
        escape: boolean;
        selfClosingTags: boolean;
        outputMethod?: "xml" | "html" | "text" | "xhtml" | "json" | "adaptive";
        parameters?: XsltParameter[];
    }
    Index

    Properties

    cData: boolean
    escape: boolean
    selfClosingTags: boolean
    outputMethod?: "xml" | "html" | "text" | "xhtml" | "json" | "adaptive"
    parameters?: XsltParameter[]