xsl-list
[Top] [All Lists]

Comparing with a variable position

2002-10-09 18:11:37
I would like to convert some legacy data of this format :

<container>
mixed content1 (thus several nodes are possible)
<separator/>
mixed content2
<separator/>
mixed content3
</container>

into 

<container>
<sub-container>
 mixed content1
</subcontainer>
<sub-container>
 mixed content2
</subcontainer>
<sub-container>
 mixed content2
</subcontainer>
</container>

I really need an answer.

Thanks a lot

-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

"Free price comparison tool gives you the best prices and cash back!"
http://www.bestbuyfinder.com/download.htm


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



<Prev in Thread] Current Thread [Next in Thread>