rust-libxml
rust-libxml copied to clipboard
Xpath does not query paths, a little bug in the node.get_contents()
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?
Could you provide a minimal example showcasing the problem? I find it hard to understand the details as described.