Xml.RemoveAttribute

Overview

Removes the attribute with the specified name.

void myXml.RemoveAttribute(attributeName: string)

Arguments

string attributeName

Qualified name of attribute.

Example

Removing the attribute with 'Name'

$Xml.RemoveAttribute('Name');

Copyright © 2010 - 2023 Emakin. All rights reserved.