You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note how the text nodes have been unwrapped into char-lists. Is this correct behavior? I'm running into this issue when passing an element around via transform_by and performing further matching.
Thanks!
The text was updated successfully, but these errors were encountered:
"<p>some nested <em>node</em> content</p>" |> xpath(~x"/node()/node()"l)
returns
instead of
Note how the text nodes have been unwrapped into char-lists. Is this correct behavior? I'm running into this issue when passing an element around via
transform_by
and performing further matching.Thanks!
The text was updated successfully, but these errors were encountered: