Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.12 KB

XmlContent.adoc

File metadata and controls

56 lines (45 loc) · 1.12 KB

DSC Resource 'XmlContent'

XmlContent manages content in XML files.

Source

DSC Resource

Documentation

XmlFileContentResource

Table 1. Attributes of category 'XmlContent'
Parameter Attribute DataType Description Allowed Values

XmlData

Mandatory

hashtable

Example
XmlContent:
  - Path: D:\web.config
    Ensure: Present
    XPath: /configuration/appSettings/Test1/Test1
    Attributes:
      TestValue1: 'SomeValue1'
      TestValue2: 'SomeValue2'
  - Path: D:\web.config
    Ensure: Present
    XPath: /configuration/appSettings/Test1/Test2
    Attributes:
      TestValue1: 'SomeValue1'
      TestValue2: 'SomeValue2'