Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
MarkX
0.1
Types/MarkX/get_Images.ps1
foreach
(
$aNode
in
$this
.
XML
|
Select-Xml
//img
)
{
if
(
$aNode
.
Node
.
src
)
{
$aNode
.
Node
}
}