[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] element to root


Subject: [xsl] element to root
From: jpk <jopaki@xxxxxxxxx>
Date: Tue, 31 May 2005 09:34:35 -0700 (PDT)

Hi all,

I am still struggling with coming up with an xsl
transform that will convert this source:

------
<p>
  <span style="style a">
    span a text 1
    <span style="style b">
      span b pre br text
      <br name="b"/>
      span b post br text
    </span>
    span a text 2
  </span>
</p>
------

TO:

------
<p>
  <span style="style a">
    span a text 1
    <span style="style b">
      span b pre br text

      <br name="b"/>
      span b post br text
    </span>
    span a text 2
  </span>
</p>
------


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Current Thread
Keywords
xsl