mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-27 08:13:39 +00:00
Merge pull request #6106 from lychichem/patch-1
Fix type error in EMIESitelist sample
This commit is contained in:
@ -7,7 +7,8 @@ author: dansimp
|
|||||||
ms.prod: ie11
|
ms.prod: ie11
|
||||||
ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd
|
ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
manager: dansimp
|
||||||
ms.author: dansimp
|
ms.author: dansimp
|
||||||
title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) (Internet Explorer 11 for IT Pros)
|
title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) (Internet Explorer 11 for IT Pros)
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
@ -62,15 +63,15 @@ Each XML file must include:
|
|||||||
|
|
||||||
The following is an example of what your XML file should look like when you’re done adding your sites. For more info about how to create your XML file, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md).
|
The following is an example of what your XML file should look like when you’re done adding your sites. For more info about how to create your XML file, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md).
|
||||||
|
|
||||||
|
```xml
|
||||||
<site-list version="205">
|
<site-list version="205">
|
||||||
<site-list version="205">
|
<!-- File creation header -->
|
||||||
<created-by>
|
<created-by>
|
||||||
<tool>EnterpriseSitelistManager</tool>
|
<tool>EnterpriseSitelistManager</tool>
|
||||||
<version>10240</version>
|
<version>10240</version>
|
||||||
<date-created>20150728.135021</date-created>
|
<date-created>20150728.135021</date-created>
|
||||||
</created-by>
|
</created-by>
|
||||||
</created-by>
|
<!-- Begin Site List -->
|
||||||
<site url="www.cpandl.com">
|
<site url="www.cpandl.com">
|
||||||
<compat-mode>IE8Enterprise</compat-mode>
|
<compat-mode>IE8Enterprise</compat-mode>
|
||||||
<open-in>MSEdge</open-in>
|
<open-in>MSEdge</open-in>
|
||||||
@ -119,4 +120,3 @@ After you’ve added all of your sites to the tool and saved the file to XML, yo
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user