EVALUATION
Like Sunitha, I'm unable to reproduce this problem. I've tried the source provided in the attachments (with some minor changes to find the XSL and XML files) but the result I get is the same in the so-called "bad" and "good" cases. I'll attach my output for reference purposes.
I've tried Tiger and Mustang with the same result. Either the test case is invalid or the bug has been fixed already. Since two engineers have looked at this already, I'm going to close it as not-a-bug until a working test case is provided.
|
EVALUATION
Scenario Background:
The scenario, I had been working with, is about transforming StarOffice / OpenOffice.org documents. These documents can occur in one XML file (e.g. a suffix as fsxw for flat writer) or in multiple XML files (ie. content.xml, styles.xml, settings.xml, meta.xml), which are zipped to a single document and loaded by a JAR URL (suffix the same without 'f').
Furthermore, there had been a problem with a DTD referenz in those files, which was a fake reference, the DTD did not exists and which was loaded from disc (if available), but only once and being cached.
|