XML/XPath: Difference between revisions

Content added Content deleted
No edit summary
Line 1,739: Line 1,739:


=={{header|PowerShell}}==
=={{header|PowerShell}}==
Cast the <code>$document</code> string as <code>[xml]</code> and you have access to .NET methods affecting XML.
<lang PowerShell>
<lang PowerShell>
$document = [xml]@'
$document = [xml]@'