-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for XML namespace prefixes in find_txt #1141
Add support for XML namespace prefixes in find_txt #1141
Conversation
Prefix-name mapping simplifies the use of XPaths with XML namespace references. XPaths may now include references to namespace prefixes instead of entire namespace strings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this patch @111pontes. There's a conflict with a change we've merged in recently, could you take a look please?
We've decided not to rely on |
2 similar comments
No problem @111pontes - the conflict was easy to resolve. I'm going to merge this regardless, wouldn't hurt having this. Cheers! |
…#1141) * Add support for XML namespace prefixes in find_txt Prefix-name mapping simplifies the use of XPaths with XML namespace references. XPaths may now include references to namespace prefixes instead of entire namespace strings. * Black format Co-authored-by: Mircea Ulinic <[email protected]>
…#1141) * Add support for XML namespace prefixes in find_txt Prefix-name mapping simplifies the use of XPaths with XML namespace references. XPaths may now include references to namespace prefixes instead of entire namespace strings. * Black format Co-authored-by: Mircea Ulinic <[email protected]>
Prefix-name mapping simplifies the use of XPaths with XML namespace references. XPaths may now include references to namespace prefixes. Resolves #1140.