The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,860 other subscribers

How to determine XML type in Powershell – via: Stack Overflow

Posted by jpluimers on 2015/07/21

Brilliant! Cast to xml, if it is nil, then the second cast to bool will give false, otherwise true:

Thanks Shay Levy!

[bool]Get-Content c:\Path\To\xml_file.xml -as [xml]

–jeroen

via How to determine XML type in Powershell? – Stack Overflow.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.