in reply to Re: Avoiding escaped child elements with HTML::TreeBuilder::XPath or HTML::Element
in thread Avoiding escaped child elements with HTML::TreeBuilder::XPath or HTML::Element
Thanks haukex and marto. In this case, I just want to trim the unnecessary white space from the start and end of a few elements and attributes. The attributes are easy to work with so that is solved. However, I am not sure how to apply a substitution, s///, to an element containing more that just text.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Avoiding escaped child elements with HTML::TreeBuilder::XPath or HTML::Element
by haukex (Archbishop) on Nov 15, 2021 at 12:50 UTC |