BradV has asked for the wisdom of the Perl Monks concerning the following question:
I need to remove the USER_NAME and PASSWORD attributes only leaving the USER_LOGIN attribute. I was looking at XML::LibXML::Attr, but I don't see any delete/remove functions. I've been searching on the Internet, but can only find xml remove attribute code in c# or visual basic. Any suggestions?<RIBCL VERSION="2.1"> <LOGIN USER_LOGIN="Administrator"> <USER_INFO MODE="write"> <ADD_USER USER_NAME="John Smith" USER_LOGIN="jsmith" PASSWORD="%user +_password%"> </ADD_USER> </USER_INFO> </LOGIN> </RIBCL>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: xml remove attribute
by hippo (Archbishop) on Aug 19, 2016 at 13:25 UTC | |
by BradV (Sexton) on Aug 19, 2016 at 16:28 UTC | |
by hippo (Archbishop) on Aug 19, 2016 at 16:47 UTC | |
by BradV (Sexton) on Aug 19, 2016 at 17:06 UTC | |
|
Re: xml remove attribute
by Jenda (Abbot) on Aug 23, 2016 at 12:34 UTC |