-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hello, thank you for your work.
Let's assume the following html.
| 2443 | 3435345 |
$doc = new \nokogiri($htmlContent);
$doc->get('td')->toTextArray();
As a result I got an error with two items only, empty td is not included into result array.
I tried $doc->get('td, td:empty') but it didn't help.
Is it possible to make some changes to got an array with this item and
[#text] value equal null or emty?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels