Skip Menu |

This queue is for tickets about the XML-Twig CPAN distribution.

Report information
The Basics
Id: 128838
Status: new
Priority: 0/
Queue: XML-Twig

People
Owner: MIROD [...] cpan.org
Requestors: chrispitude [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 3.52
Fixed in: (no value)



Subject: provide a strip_atts method that accepts a list of attributes
It would be nice to be able to do this: $_->strip_att('#att1', '#att2', '#att3') for (...some complicated array derivation with greps and maps and stuff...); This could be a new method or an enhancement to strip_att (perhaps with an alias, but not necessary).
I created a Git pull request to enhance the current strip_att method to handle an attribute list: https://github.com/mirod/xmltwig/pull/37