I’ve been playing a bit this week with XML and PowerShell. As you no doubt know, PowerShell has first class XML support built in. To see more about that, see Tobias’s Ebook Chapter on XML and PowerShell . My task this week was to work with attributes...
< # .SYNOPSIS This script adds an attribute to an XML node .DESCRIPTION This script creates a simple XML document and sets an attribute on a node. The script displays the before and after results, and ...
Looking at the MSDN Library site tonight and I noticed a new “Feature Spotlight” – point to a new site that enables you to search for code inside MSDN. The site enables you to search for code, and if you find something of interest, you can book...