xsl-list
[Top] [All Lists]

attributes to nested element problem

2004-05-18 22:36:05
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