Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Dynamically create html? Dynamically create html?To: NULL Date: 6/3/2006 1:02:00 PM
Hello. I am creating a table using using xslt which I will run in asp.net
2.0, but I'm testing it in XmlSpy for now.. I want to "dynamically" start
another column of the table when I reach a certain attribute. Here is error
I get:
xsl:if closing name element expected
Here is the code:
<xsl:template match="Category/Section">
<xsl:if test="@StartNewColumnInSaveAsTemplate = 'true'">
</td><td>
</xsl:if>
<h4><xsl:value-of select="@Title"/></h4>
<ul>
<xsl:apply-templates select="FieldDefinition" />
</ul>
</xsl:template>
Does anyone have a work-around for this or have a better design? Thanks!!
--
Steve
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
