Open
Conversation
Contributor
domq
commented
Jun 20, 2018
- Ensure that a no-op run preserves namespace prefixes
- Fix a bug where "xmlns:" was duplicated in the top-level element
- Fix a bug that prevented manual switching between XML::XPath and XML::LibXML as the back-end parser
* Remove bizarre assumption that xmlns: is the only namespace in play * At any rate, just calling ->getName() does the right thing these days, so do that
Also tested by flipping line 244 of lib/XML/XPathScript.pm to our $XML_parser = 'XML::XPath'; * Add get_qualified_name() in all the XML parser adapters, and provide suitable implementations for all three APIs. (For B::XPath it is more of a shot in the dark - I don't suppose B opcodes have namespaces) * By default, pretty-print the opening and closing tags of a node in terms of their get_qualified_name() instead of their get_name()
* Bump version to 1.55 everywhere * Add Changes entry (almost 10 years since the last one!) * ./Build dist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.