PoshCode Archive  Hex Artifact Content

Artifact 597efcb7f5496fc6bbaebea375c23990f06ecd544f1a11ec4af46ba015ea7898:

  • File New-XML.ps1 — part of check-in [63cb36d230] at 2018-06-10 13:53:48 on branch trunk — This is a first stab at creating a little DSL to generate XML. Note that I used System.Linq.XML (and output an XDocument) instead of the old XmlDocument… This means you have to have .Net 3.5 (LINQ) installed. It also means that if you want to be able to use the output via PowerShell’s magic XML dot-notation, you have to cast it to XmlDocument, just write: [xml]$xml = New-XML ... (user: Joel Bennett size: 4587)

A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.