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 1 year 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

Could you provide a minimal example showcasing the problem? I find it hard to understand the details as described.

dginev avatar Mar 01 '24 19:03 dginev