Skip to content

Commit 75b5d04

Browse files
authored
Merge pull request #1224 from pmisik/xmlpokedocconsistency
xmlpoke: Fix syntax highlighting of sample + add xmlns to be consistent with other msbuild samples
2 parents c87b0d9 + df46e5a commit 75b5d04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/msbuild/xmlpoke-task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Sets values as specified by an XPath query into an XML file.
4242

4343
Here is a sample.xml to modify:
4444

45-
```
45+
```xml
4646
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
4747
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
4848
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" >
@@ -53,8 +53,8 @@ Here is a sample.xml to modify:
5353

5454
In this example, if you want to modify `/Package/mp:PhoneIdentity/PhonePublisherId`, then use
5555

56-
```
57-
<Project>
56+
```xml
57+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5858
<PropertyGroup>
5959
<Namespace>
6060
<Namespace Prefix="dn" Uri="http://schemas.microsoft.com/appx/manifest/foundation/windows10" />

0 commit comments

Comments
 (0)