rust-libxml icon indicating copy to clipboard operation
rust-libxml copied to clipboard

Xpath does not query paths, a little bug in the node.get_contents()

Open afidegnum opened this issue 6 months ago • 1 comments

I noticed I'm not able to query paths using xpaths from my html file, while running tests as well as from my personal module.

Node get_content() also returns all child text instead of text of the inner node.

Can you please look into it?

afidegnum avatar Dec 12 '23 03:12 afidegnum