< Back

Apply-Xslt

Sat Jan 18, 2020 9:36 am

NAME Apply-Xslt



SYNOPSIS







SYNTAX

Apply-Xslt -Xslt <String> -XmlInput <String> -Connection <Hashtable> [<CommonParameters>]





DESCRIPTION

The Apply-Xslt activity is used in a runbook to apply an XSL transformation on input XML.





PARAMETERS

-Xslt <String>

The XSL transform text.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-XmlInput <String>

The XML input text.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Connection <Hashtable>

Information used to configure the command.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.String

XSLT output







RELATED LINKS