Convert-Xml
Performs XSLT transforms on the specified XML file or XmlDocument.
Descrizione
Performs XSLT transforms on the specified XML file or XmlDocument. Use the EnableScript parameter to enable script embedded in the XSLT file.
Parametri
| Nome |
Descrizione e modalità d'uso |
| -LiteralPath |
-LiteralPath <String[]>
|
Specifies a path to the item. The value of -LiteralPath is used exactly as it is typed. No characters are interpreted as wildcards. If the path includes escape characters, enclose it in single quotation marks. Single quotation marks tell Windows PowerShell not to interpret any characters as escape sequences.
|
| -Path |
-Path <String[]>
|
Specifies the path to the file to process. Wildcard syntax is allowed.
|
| -XsltPath |
-XsltPath <String>
|
Path to the XSLT file to apply during the transform.
|
| -InputObject |
-InputObject <PSObject>
|
Accepts an object as input to the cmdlet. Enter a variable that contains the objects or type a command or expression that gets the objects.
|
| -ConformanceLevel |
-ConformanceLevel <ConformanceLevel>
|
|
| -EnableScript |
-EnableScript
|
Enable embedded script blocks in the XSLT.
|