[xsl] How to add styling to the HTML using XSL

Subject: [xsl] How to add styling to the HTML using XSL
From: Sanjaya Liyanage <sanjayacl@xxxxxxxxx>
Date: Wed, 25 May 2011 12:35:28 +0530
Hi,

     I want to position an element in the HTML as specified in the XML
using XSLT.

myXML.xml
 <ui>
          <textBox top="20" left="30"/>

 </ui>

   I want to position the text box in the HTML as 20px from top and
30px from left.Using CSS this can be done.But Is there any way that
XSL can help to figure this out?Any idea would be great.

Thank you
Sanjaya

Current Thread