Hi, I want to be able to parse zip, tar.gz, etc. files and extract metadata from each file in the package. When I looked through the code, it looks like the package parser creates a separate metadata object for each file in the package, and I don't see a way to get to that object.
- Are there any plans for adding the ability to extract metadata from each file in the package? Here are the first two ways I thought of that this could be implemented: - Add metadata to the context, and add a clear method so the user can clear the metadata after each file in the package is parsed (in the ContentHandler when a "div" element is closed). - Write all metadata to the header section of the generated XHTML for each document. Will there be a way to get this metadata anytime soon? Paul
