Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting XmlReader to read zipped xml file 1

Status
Not open for further replies.

gib99

Programmer
Mar 23, 2012
51
0
0
CA
Hello,

I'm wondering if it's possible to get an XmlReader object to read an xml file that's inside a zip file (without extracting it from the zip file).
 
With out extracting it, all you have is zip file. You will need to extract it in some degree, whether it being a physical extraction to disk or to memory.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top