Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - >Thread Next - RE: [xsl] DIV tag with class attributes in XSL [xsl] DIV tag with class attributes in XSLTo: Date: 11/1/2005 2:41:00 PM I am trying to mimic the HTML <div class="Padding"></div> in an XSL
style sheet. The class attribute "Padding" comes from an XML file. I am
using MSXML (2,3,4) and Internet explorer 6 as my browser. Pertinent
parts of both files are below:
XML File
<?xml version="1.0" encoding="UTF-8"?>
<Menubar>
<SelectedClass>button1</SelectedClass>
<NonSelectedClass>button</NonSelectedClass>
<SeperatorClass>Padding</SeperatorClass>
</Menubar>
XSL File
<xsl:template name="Padding">
<div>
<xsl:attribute name="class"><xsl:value-of
select="//Menubar/SeperatorClass"/></xsl:attribute>
</div>
</xsl:template>
Every time the "Padding" template in the XSL file is called, the code
that gets produced by this translation creates the following:
<div class="Padding" />
Which does not render properly in the HTML page in Internet explorer.
That is to say the padding class does not seem to work.
I can hard code the padding to <div class="Padding"></div> in the style
sheet and everything seems to work fine.
Any help or guidance would greatly be appreciated. | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
