Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

replace expat with etree when parsing unicodes, image and components #173

Open
anthrotype opened this issue Oct 10, 2018 · 0 comments
Open

Comments

@anthrotype
Copy link
Member

#80 (comment)

for fetching unicodes, image file names and component references, glifLib is still using an expat parser. For consistency we should use ufoLib.etree API for those, like we do for plists and for GLIF.
We could of use the elementtree "target" interface (jut like I did for ufoLib.plistlib), which is supported by both cElementTree and lxml:
http://effbot.org/elementtree/elementtree-xmlparser.htm#the-target-interface

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant