Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4028910
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T11:16:46+00:00 2026-05-20T11:16:46+00:00

In Java you can pass a url like zip:zip_file!xml_file and it will use the

  • 0

In Java you can pass a url like “zip:zip_file!xml_file” and it will use the specified XML file inside the zip file.XmlUrlResolver does not have this functionality. Is there a way to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T11:16:46+00:00Added an answer on May 20, 2026 at 11:16 am

    There is an open source solution to this. (Code for XmlZipResolver at xml reports.) It inherits from XmlUrlResolver to add this functionality.

    It’s actually pretty simple to do this. The class XmlZipResolver inherits from XmlUrlResolver. So where you before created an XmlUrlResolver object to access an XML file, you instead create an XmlZipResolver object and you can then treat it as you would an XmlUrlResolver object. And this works for any url that XmlUrlResolver will handle using the additional code only if the url starts with zip: or jar: (a Java jar file is a zip file).

    The key part is on the call to GetEntity where it will open the zip file and then get a stream to the requested xml file in the zip file. This code uses SharpZipLib for all zip file access.

    After this everything is pretty straightforward where all the calls to member functions return from the stream of the embedded xml file. Because GetEntity() returns an object, if it returns a base XmlUrlResolver object then the methods in this class are not called. Therefore all remaining member functions are written specifically for the case of a file in a zip.

    The one other item of not is the Stream returned is an object that holds three objects, the ZipFile, the Stream that is the zip file, and the stream that is the zip entry. This returned object inherits from Stream. For every call except Close() it just passes that same call to the zip entry stream object. But on a Close (and therefore indirectly on a Dispose), it closes all three objects.

    Again, code for XmlZipResolver at xml reports.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Java you can read a file embedded inside a JAR-file by using the
In Java you can do File.listFiles() and receive all of the files in a
In java a class can implement Iterable which lets you use the foreach() statement
Are there any Java VMs which can save their state to a file and
Does anyone know if I can pass data from flash (action script) to java
I'm learning C++ (coming from java) and recently discovered that you can pass functions
In Java you can give the number zero as a single parameter for the
I'm wondering if a Java library can be called from a VB.net application. (A
Java .class files can be decompiled fairly easily. How can I protect my database
Can a Java Applet able to print out text/html easily to standard printer driver(s)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.