Re: Namespace Prefix Issue in XML to XSL Transformation

2025-05-01 Thread Joe Wang
Hi Hempushpa, You may want to talk to Christoph on JDK-8168664, he might have temped a fix at the time. Otherwise, feel free to create a new bug and PR, and we can start from there. Thanks, Joe On 4/23/25 7:03 AM, Hempushpa Sahu wrote: Problem Description : XSLT transformation creating

Re: Namespace Prefix Issue in XML to XSL Transformation

2025-04-28 Thread Johannes Döbler
Probably best to nail down the problem in a bug report first, providing XML input, XSLT stylesheet, actual and expected XML output to demonstrate the problem. Now if https://bugs.openjdk.org/browse/JDK-8168664 describes your problem: The Xalan version bundled with the JDK /afaik/ seems to get oc

Re: Namespace Prefix Issue in XML to XSL Transformation

2024-08-27 Thread Archie Cobbs
Hi Hempushpa, What you describe appears to be this issue: JDK-8168664 . -Archie On Tue, Aug 27, 2024 at 12:29 AM Hempushpa Sahu wrote: > Problem Description : > > XSLT transformation creating unique namespace prefixes. > > > > Analysis & Observation