using XSLT how do you transform data from XML file to turn it into HTML <div> element, and also set the width and height of the <div> based on the data obtained from XML.
Say, the XML file contains something like:
...
<info>
<divContent>banana</divContent>
<divWidth>100<divWidth>
<divHeight>40<divHeight>
<info>
Thank you
David
Say, the XML file contains something like:
...
<info>
<divContent>banana</divContent>
<divWidth>100<divWidth>
<divHeight>40<divHeight>
<info>
Thank you
David