| Author |
How to get access of a xml file inside a zip file?
|
Yu Chen
Greenhorn
Joined: Dec 03, 2001
Posts: 28
|
|
How to get access of a xml file inside a zip file? I have a staroffice 6.0 doc which a basically a zipped file containing a few xml files. What I want to do is to just process one xml file word by word as a inputstream. Any ideas? Thanks!! -yu chen
|
SCJP2<br />SCWCD
|
 |
Wirianto Djunaidi
Ranch Hand
Joined: Mar 20, 2001
Posts: 195
|
|
You can use java.util.zip.ZipInputStream or ZipFile to do that. It's probably easier with ZipFile. ..and go nuts. [ February 27, 2003: Message edited by: Ryo Saeba ]
|
 |
 |
|
|
subject: How to get access of a xml file inside a zip file?
|
|
|