[xsl] attributes to nested element problem

Subject: [xsl] attributes to nested element problem
From: Tim Lord <timl@xxxxxxxxxxx>
Date: Wed, 19 May 2004 17:36:05 +1200
Hi,

I was wondering how to convert an element:

<label align="left" paragraph="true" italic="true" bold="true">This is a label</label>

Into this html:

<p><span align="left"><b><i>This is a label</i></b></span></p>

I found solutions to converting attributes to elements but what about nested elements like this?

Cheers,

/tim

Current Thread