Subject: 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 |
- element to root
- jpk - 31 May 2005 16:35:02 -0000 <=
- <Possible follow-ups>
- jpk - 31 May 2005 16:39:37 -0000
|
|