Namespace Prefix Issue in XML to XSL Transformation

2025-04-23 Thread Hempushpa Sahu
Problem Description : XSLT transformation creating unique namespace prefixes. Analysis & Observation : The XSLT transformation is generating a new namespace prefix for every XML element, even when the namespace value matches that of the parent element. This leads to large XML file transformation

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

Namespace Prefix Issue in XML to XSL Transformation

2024-08-26 Thread Hempushpa Sahu
Problem Description : XSLT transformation creating unique namespace prefixes. Analysis & Observation : When upgrading from Java 8 to Java 17, the XSLT transformation is generating a new namespace prefix for every XML element, even when the namespace value matches that of the parent element. This