Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docx reader: handle local namespace declarations.
Previously we didn't recognize math, for example, when the xmlns declaration occured on the element and not the root. Now we recognize either. Closes #3365. This patch defines findChildByName, findChildrenByName, and findAttrByName in Util, and uses these in Parse.
- Loading branch information