Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have many zip files which are big. Inside each zip file I have many XML files all of which have the same structure. I want to extract specific information under certain namespaces from each of this XML files. I was able to hardcode it with ElementTree for the case of one file. But I don't really know how to do it for all these files. Is there any way to get information from all xml files without unzipping the folders(I am afraid I won't just have the memory for this)?

P.S. I am definitely not asking to write a code for me. But probably you have done smth like this and can recommend a library or a function for this in Python :)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
200 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...