|
|
|
|
|
by mkmcdonald
5093 days ago
|
|
Oddly enough, I was working on a similar problem earlier today. I've found that collecting the Text nodes and returning them in an Array is preferable. All it requires is some simple traversal. The developer (that should know what text goes where) can then map text to nodes. |
|