Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6384805
Votes 0
Synopsis XSLTC ignores XML namespace, when nodeset is created within a template
Category jaxp:xslt
Reported Against b06
Release Fixed 1.4, 7(b14) (Bug ID:2153418)
State 11-Closed, Verified, bug
Priority: 2-High
Related Bugs
Submit Date 13-FEB-2006
Description
XSLTC ignores XML namespace, when nodeset is created within a template.
Example attached.
Posted Date : 2006-02-13 14:52:01.0
Work Around
N/A
Evaluation
test case appears to be valid so bug is being accepted.
Posted Date : 2006-02-13 20:32:03.0

This bug is reproducible neither with Java 1.5.0_04 nor with Mustang b78. Could you let us know, which version of JDK is being used?
Posted Date : 2006-03-28 07:02:13.0

I reproduced your test example and I understand the confusion now. There is obviously a side effect occuring in the scenario I used. Reproduced the problem under JDK 1.5b06 and attached test scenario.
Posted Date : 2006-03-28 08:48:24.0

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.
Posted Date : 2006-03-28 08:57:41.0

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.
Posted Date : 2006-06-12 19:59:19.0

Joe has tried the latest test case and was able to reproduce the problem. Changing status to 3.
Posted Date : 2007-07-13 17:56:34.0

The issue was fixed on 01/12/2007. The fix is available from the jaxp project on java.net. (jaxp.dev.java.net).
Posted Date : 2007-07-13 23:28:58.0
Comments
  
  Include a link with my name & email   

Submitted On 18-APR-2007
vader21
Where are the attachments?  I think this may the same bug I'm encountering, but what is here is too vague to know.



PLEASE NOTE: JDK6 is formerly known as Project Mustang