All Tags » XML » PowerShell (RSS)

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
Sorry, but there are no more tags available to filter with.
  • Processing XML with PowerShell II

    In our previous blog article Processing XML with PowerShell we looked at using XPath expressions to do calculations that used XML as input. One of the things that this article pointed out was that you often can do an entire calculation within an XPath expression. Sometimes, however, you want to read...
    Posted to Deferred Processing by dan-sullivan on 11-28-2006
    Filed under: Filed under: ,
  • Processing XML with PowerShell

    There are a couple of powerful technologies for processing native XML, XPath and XSLT. People often avoid processing native XML but instead convert the XML to an object model in a language they are used to and do “conventional” programming on that model. Even PowerShell itself does this with...
    Posted to Deferred Processing by dan-sullivan on 11-25-2006
    Filed under: Filed under: ,
  • PowerShell and XmlDocument

    PowerShell has builtin support for XML, but the System.Xml namespace offers many additional capabilites for processing XML. This article looks at using System.Xml in PowerShell. This article assumes you know some of the basics of PowerShell programming and are familiar with the System.Xml namespace in...
    Posted to Deferred Processing by dan-sullivan on 10-30-2006
    Filed under: Filed under: ,
Page 1 of 1 (3 items)