We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sample xml file:
XPATH expression used: /bookstore/book[@id='bk101']/*/name()
Error: ParserError(TrailingSlash) error: process didn't exit successfully: target\debug\toolbase.exe (exit code: 1)
target\debug\toolbase.exe
expected output: "title", "author"
Sample xml file:
<title>Rust Programming</title> John Doe <title>Advanced Rust</title> Jane SmithXPATH expression used: /bookstore/book[@id='bk101']/*/name()
Error: ParserError(TrailingSlash)
error: process didn't exit successfully:
target\debug\toolbase.exe(exit code: 1)expected output: "title", "author"