Skip to content

Fix formatting: DESCRIPTION section in ConvertTo-Xml.md #1934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions reference/3.0/Microsoft.PowerShell.Utility/ConvertTo-Xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ ConvertTo-Xml [-InputObject] <PSObject> [-Depth <Int32>] [-NoTypeInformation]
```

## DESCRIPTION
The ConvertTo-Xml cmdlet creates an XML-based representation of one or more Microsoft .NET Framework objects.
To use this cmdlet, pipe one or more objects to the cmdlet, or use the InputObject parameter to specify the object.
The `ConvertTo-Xml` cmdlet creates an XML-based representation of one or more Microsoft .NET Framework objects.
To use this cmdlet, pipe one or more objects to the cmdlet, or use the **InputObject** parameter to specify the object.

When you pipe multiple objects to ConvertTo-XML or use the InputObject parameter to submit multiple objects, ConvertTo-XML returns a single XML document that includes representations of all of the objects.
When you pipe multiple objects to `ConvertTo-Xml` or use the **InputObject** parameter to submit multiple objects, `ConvertTo-Xml` returns a single XML document that includes representations of all of the objects.

This cmdlet is similar to `Export-Clixml` except that `Export-Clixml` stores the resulting XML in a file.
`ConvertTo-Xml` returns the XML, so you can continue to process it in PowerShell.

This cmdlet is similar to Export-Clixml except that Export-Clixml stores the resulting XML in a file.
ConvertTo-XML returns the XML, so you can continue to process it in Windows PowerShell.
## EXAMPLES

### Example 1
Expand Down
10 changes: 5 additions & 5 deletions reference/4.0/Microsoft.PowerShell.Utility/ConvertTo-Xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ ConvertTo-Xml [-InputObject] <PSObject> [-Depth <Int32>] [-NoTypeInformation]
```

## DESCRIPTION
The ConvertTo-Xml cmdlet creates an XML-based representation of one or more Microsoft .NET Framework objects.
To use this cmdlet, pipe one or more objects to the cmdlet, or use the InputObject parameter to specify the object.
The `ConvertTo-Xml` cmdlet creates an XML-based representation of one or more Microsoft .NET Framework objects.
To use this cmdlet, pipe one or more objects to the cmdlet, or use the **InputObject** parameter to specify the object.

When you pipe multiple objects to ConvertTo-XML or use the InputObject parameter to submit multiple objects, ConvertTo-XML returns a single XML document that includes representations of all of the objects.
When you pipe multiple objects to `ConvertTo-Xml` or use the **InputObject** parameter to submit multiple objects, `ConvertTo-Xml` returns a single XML document that includes representations of all of the objects.

This cmdlet is similar to Export-Clixml except that Export-Clixml stores the resulting XML in a file.
ConvertTo-XML returns the XML, so you can continue to process it in Windows PowerShell.
This cmdlet is similar to `Export-Clixml` except that `Export-Clixml` stores the resulting XML in a file.
`ConvertTo-Xml` returns the XML, so you can continue to process it in PowerShell.

## EXAMPLES

Expand Down
10 changes: 5 additions & 5 deletions reference/5.0/Microsoft.PowerShell.Utility/ConvertTo-Xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ ConvertTo-Xml [-InputObject] <PSObject> [-Depth <Int32>] [-NoTypeInformation]
```

## DESCRIPTION
The **ConvertTo-Xml** cmdlet creates an XML-based representation of one or more Microsoft .NET Framework objects.
To use this cmdlet, pipe one or more objects to the cmdlet, or use the *InputObject* parameter to specify the object.
The `ConvertTo-Xml` cmdlet creates an XML-based representation of one or more Microsoft .NET Framework objects.
To use this cmdlet, pipe one or more objects to the cmdlet, or use the **InputObject** parameter to specify the object.

When you pipe multiple objects to **ConvertTo-XML** or use the *InputObject* parameter to submit multiple objects, **ConvertTo-XML** returns a single XML document that includes representations of all of the objects.
When you pipe multiple objects to `ConvertTo-Xml` or use the **InputObject** parameter to submit multiple objects, `ConvertTo-Xml` returns a single XML document that includes representations of all of the objects.

This cmdlet is similar to Export-Clixml except that **Export-Clixml** stores the resulting XML in a file**.
ConvertTo-XML** returns the XML, so you can continue to process it in Windows PowerShell.
This cmdlet is similar to `Export-Clixml` except that `Export-Clixml` stores the resulting XML in a file.
`ConvertTo-Xml` returns the XML, so you can continue to process it in PowerShell.

## EXAMPLES

Expand Down
10 changes: 5 additions & 5 deletions reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ ConvertTo-Xml [-InputObject] <PSObject> [-Depth <Int32>] [-NoTypeInformation]
```

## DESCRIPTION
The **ConvertTo-Xml** cmdlet creates an XML-based representation of one or more Microsoft .NET Framework objects.
To use this cmdlet, pipe one or more objects to the cmdlet, or use the *InputObject* parameter to specify the object.
The `ConvertTo-Xml` cmdlet creates an XML-based representation of one or more Microsoft .NET Framework objects.
To use this cmdlet, pipe one or more objects to the cmdlet, or use the **InputObject** parameter to specify the object.

When you pipe multiple objects to **ConvertTo-XML** or use the *InputObject* parameter to submit multiple objects, **ConvertTo-XML** returns a single XML document that includes representations of all of the objects.
When you pipe multiple objects to `ConvertTo-Xml` or use the **InputObject** parameter to submit multiple objects, `ConvertTo-Xml` returns a single XML document that includes representations of all of the objects.

This cmdlet is similar to Export-Clixml except that **Export-Clixml** stores the resulting XML in a file**.
ConvertTo-XML** returns the XML, so you can continue to process it in Windows PowerShell.
This cmdlet is similar to `Export-Clixml` except that `Export-Clixml` stores the resulting XML in a file.
`ConvertTo-Xml` returns the XML, so you can continue to process it in PowerShell.

## EXAMPLES

Expand Down
10 changes: 5 additions & 5 deletions reference/6/Microsoft.PowerShell.Utility/ConvertTo-Xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ ConvertTo-Xml [-InputObject] <PSObject> [-Depth <Int32>] [-NoTypeInformation]
```

## DESCRIPTION
The **ConvertTo-Xml** cmdlet creates an XML-based representation of one or more Microsoft .NET Framework objects.
To use this cmdlet, pipe one or more objects to the cmdlet, or use the *InputObject* parameter to specify the object.
The `ConvertTo-Xml` cmdlet creates an XML-based representation of one or more Microsoft .NET Framework objects.
To use this cmdlet, pipe one or more objects to the cmdlet, or use the **InputObject** parameter to specify the object.

When you pipe multiple objects to **ConvertTo-XML** or use the *InputObject* parameter to submit multiple objects, **ConvertTo-XML** returns a single XML document that includes representations of all of the objects.
When you pipe multiple objects to `ConvertTo-Xml` or use the **InputObject** parameter to submit multiple objects, `ConvertTo-Xml` returns a single XML document that includes representations of all of the objects.

This cmdlet is similar to Export-Clixml except that **Export-Clixml** stores the resulting XML in a file**.
ConvertTo-XML** returns the XML, so you can continue to process it in Windows PowerShell.
This cmdlet is similar to `Export-Clixml` except that `Export-Clixml` stores the resulting XML in a file.
`ConvertTo-Xml` returns the XML, so you can continue to process it in PowerShell.

## EXAMPLES

Expand Down