in reply to Re: Truncating an HTML node using XPaths in HTML::TreeBuilder::XPath
in thread Truncating an HTML node using XPaths in HTML::TreeBuilder::XPath
Ok, but foo01, foo02, and foo03 are content, not elements. Thus they cannot be siblings to the <br /> element. That mix and match of types (?) prevents the sibling search from being the solution here. I'm still trying a lot of things but want to stay as much as I can with the objects created by and manipulated through HTML::Element.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Truncating an HTML node using XPaths in HTML::TreeBuilder::XPath
by poj (Abbot) on Sep 27, 2019 at 16:09 UTC | |
by mldvx4 (Hermit) on Sep 27, 2019 at 18:33 UTC | |
by tangent (Parson) on Sep 28, 2019 at 19:20 UTC | |
|
Re^3: Truncating an HTML node using XPaths in HTML::TreeBuilder::XPath ( pindex splice_content content_array_ref )
by Anonymous Monk on Sep 29, 2019 at 03:55 UTC |