[xsl] Comparing with a variable position

Subject: [xsl] Comparing with a variable position
From: "Louis Meigret" <meigret@xxxxxxxxxxxxxxxx>
Date: Wed, 09 Oct 2002 20:11:37 -0500
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


Current Thread