Accessing XML

Learn how to access data inside XML in Python and Powershell.

Accessing XML as Objects

Once the XML document is parsed in PowerShell, it will be converted into objects which can be accessed using the dot operator ( . ) and can navigate nodes of the parsed XML tree, like in the following example.

Get hands-on with 1200+ tech skills courses.