How to print actual contents of xml elements in powershell? How to print actual contents of xml elements in powershell? powershell powershell

How to print actual contents of xml elements in powershell?


Check out the XmlElement class. Specifically, the properties. I suspect you're after .InnerXml or .OuterXml.