Class XSLTransformer

    • Field Detail

      • styleSheetFile

        public FileParameter styleSheetFile
        The file name or URL from which to read. This is a string with any form accepted by FileParameter.
        See Also:
        FileParameter
      • styleSheetParameters

        public PortParameter styleSheetParameters
        The parameters to be used in the stylesheet. This is a record that defaults to "emptyRecord()", an expression language command that returns an empty record. For example, if the parameter used in the style sheet is named a with type int, then the styleSheetParameters has type {a = int}. If the style sheet has multiple parameters, then each of them is represented as a field of the record.