[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XSLT: Transforming one markup to another markup

Subject: XSLT: Transforming one markup to another markup
From: "Tedla, Sridhar \(LNG-CSP\)" <Sridhar.Tedla@xxxxxxxxxxxxxx>
Date: Mon, 1 May 2006 21:32:54 -0600
 XSLT:  Transforming one markup to another markup
Hi!
The X markup needs to be converted into Y markup.
The X markup is as follows:


<class scheme="SAT">
   <classitem>
	 <identifier>
		<name>Sales </name>
           	<code>1234</code>
	 </identifier>
	 <classitem>
 	   <identifier>
		  <name> Tax</name>
		  <code>5678</code>
	   </identifier>
	 <classitem>
	   <identifier>
		 <name>Items  </name>
		 <code>9101</code>
	   </identifier>
	  <classitem>
	     <identifier>
		<name>Manufacturing </name>
		<code>1121</code>
	     </identifier>
           </classitem>
	</classitem>
     </classitem>
    </classitem>
</class>

The Y Markup is has follows:

<hier>
  <hierlev role="ancestor">
     <heading>
	<title>Sales</title>
     </heading>

     <hierlev role="ancestor">
        <heading>
	   <title> Tax</title>
         </heading>

         <hierlev role="ancestor">
	<heading>
              <title>Items </title>
	</heading>
            <hierlev role="ancestor">
	       <heading>
		  <title>Manufacturing </title>
	       </heading>
                  <hierlev role="ancestor">
		   <heading>
			<title>Revised Code </title>
		    </heading>
	        </hierlev>
	        <hierlev role="me">
    		    <heading>
			<title> Title Value</title>
		     </heading>
	         </hierlev>
	    </hierlev>
          </hierlev>
     </hierlev>
   </hierlev>
</hier>

Now two rules for the above conversion:
1)In X markup--The classitem depth is arbitary.
2)In Y Markup--- always the last hierlev element contains two  hierlev
as children.


Sridhar

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.