[Home] [By Thread] [By Date] [Recent Entries]

Subject: XML to XML transformation
From: Subramanian Subramanian <subramanian.subramanian@xxxxxxxxxxxx>
Date: Fri, 2 Aug 2002 09:45:43 -0700
Hi,

I need to transform one XML to another XML. Some of the elements in the
source XML has an attribute xsi:type and the value is a java class name. In
the output xml I want to remove this attribute and change the name of the
element to something based on the java class name. 

Ex:

Input -

  <javaobject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:type="java:a.b.c"
       attr1="123">
	:
	:
  </javaobject>

Expected output -

  <abc attr1="123">
	:
	:
  </abc>


I am new to XSL and I finding it diffcult to get a hang of it. Can anyone
help me or give me some pointers for writing this XSL.

Thanks.

Subramanian

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • XML to XML transformation
    • Subramanian Subramanian - Fri, 2 Aug 2002 12:47:28 -0400 (EDT) <=
      • G. Ken Holman - Fri, 2 Aug 2002 13:14:53 -0400 (EDT)
        • bryan - Mon, 5 Aug 2002 04:57:14 -0400 (EDT)
          • bryan - Mon, 5 Aug 2002 05:20:02 -0400 (EDT)
          • bryan - Mon, 5 Aug 2002 07:45:21 -0400 (EDT)
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member