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

Moving nested elements to root level

Subject: Moving nested elements to root level
From: jpk <jopaki@xxxxxxxxx>
Date: Fri, 27 May 2005 07:54:27 -0700 (PDT)
root level elements
Hi all,

I am in need of a transform that moves all instances
of a given element to the root level.  So given the
target element name is 'br' and this as input:

<p>
  <strong>
    strong:text(top) <br/>prefix
      <span style="a style">
        span a 
        <span style="rgb();">
          span b<br/> text
        </span>
        text
       </span>
    strong:text(btm) <br/>suffix<br/>
  </strong>
  Root level text with<br/> tag.
</p>


I want to get something like this:

<p>
  <strong>
    strong:text(top) 
  </strong>
  <br/>
  <strong>
    prefix
    <span style="a style">
      span a 
      <span style="rgb();">
        span b
      </span>
    </span>
  </strong>
  <br/>
  <strong>
    <span>
      <span>
       text
      </span>
      text
    </span>
    strong:text(btm) 
  </strong>
  <br/>
  <strong>
    suffix
  </strong>
  <br/>
  <strong>
  </strong>
  Root level text with
  <br/>
   tag.
</p>

Any ideas?

Thanks!!!
Jon (definitely NOT an XSL God)
jopak@xxxxxxxxx




		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/

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-2013 All Rights Reserved.